Html Css Color HEX #B76B40 Bourbon

📋 copy color: '#B76B40'

red 183 ◦ green 107 ◦ blue 64

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

Shades of Bourbon #B76B40

Tints of Bourbon #B76B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.23%

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

R = 51.69%
G = 30.23%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B76B40 (or 0xB76B40) is known color: Bourbon. HEX triplet: B7, 6B and 40. RGB value is (183,107,64). Sum of RGB (Red+Green+Blue) = 183+107+64=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76B40 is #4894BF. Grayscale: #7D7D7D. Windows color (decimal): -4756672 or 4221879. OLE color: 4221879.

HSL color Cylindrical-coordinate representation of color #B76B40: hue angle of 21.68º 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 #B76B40 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 64 -
CMYK 0 0.42 0.65 0.28
HSL 21.68º 0.48% 0.48% -
HSV(B) 21.68º 0.65% 0.72% -
XYZ 25.71 20.95 7.54 -
YUV 124.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 183 107 64 0 0.42 0.65 0.28 21.68 0.48 0.48
Hex B7 6B 40 0 2A 41 1C 16 30 30
Octal 267 153 100 0 52 101 34 26 60 60
Binary 10110111 1101011 1000000 0 101010 1000001 11100 10110 110000 110000

Color Harmonies of #B76B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B40

Black with #B76B40

Text Example


Text Example

White with #B76B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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