Html Css Color HEX #B76940 Bourbon

📋 copy color: '#B76940'

red 183 ◦ green 105 ◦ blue 64

#B76940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B76940

Tints of Bourbon #B76940

RGB

 RED value IS 183 (71.88% from 255) = 51.99%

 GREEN value IS 105 (41.41% from 255) = 29.83%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 51.99%
G = 29.83%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B76940 (or 0xB76940) is known color: Bourbon. HEX triplet: B7, 69 and 40. RGB value is (183,105,64). Sum of RGB (Red+Green+Blue) = 183+105+64=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B76940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76940 is #4896BF. Grayscale: #7B7B7B. Windows color (decimal): -4757184 or 4221367. OLE color: 4221367.

HSL color Cylindrical-coordinate representation of color #B76940: hue angle of 20.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B76940 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 64 -
CMYK 0 0.43 0.65 0.28
HSL 20.67º 0.48% 0.48% -
HSV(B) 20.67º 0.65% 0.72% -
XYZ 25.51 20.54 7.47 -
YUV 123.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 183 105 64 0 0.43 0.65 0.28 20.67 0.48 0.48
Hex B7 69 40 0 2B 41 1C 15 30 30
Octal 267 151 100 0 53 101 34 25 60 60
Binary 10110111 1101001 1000000 0 101011 1000001 11100 10101 110000 110000

Color Harmonies of #B76940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76940

Black with #B76940

Text Example


Text Example

White with #B76940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76940; }

 p { color: rgb(183,105,64); }

 H1.HeaderClassName
 {
   color: #B76940;
 }
 .AnyTagClassName
 {
   color: #B76940;
 }
</style>

background-color css

<style>
 a { background-color: #B76940; }

 a { background-color: rgb(183,105,64); }

 div.DivClassName
 {
   background-color: #B76940;
 }
 .BgClassName
 {
   background-color: #B76940;
 }
</style>

border-color css

<style>
 span { border-color: #B76940; }

 span { border-color: rgb(183,105,64); }

 td.TdClassName
 {
   border-color: #B76940;
 }
 .TagClassName
 {
   border-color: #B76940;
 }
</style>