Html Css Color HEX #B76F45 Bourbon

📋 copy color: '#B76F45'

red 183 ◦ green 111 ◦ blue 69

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

Shades of Bourbon #B76F45

Tints of Bourbon #B76F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.58%

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 50.41%
G = 30.58%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76F45 (or 0xB76F45) is known color: Bourbon. HEX triplet: B7, 6F and 45. RGB value is (183,111,69). Sum of RGB (Red+Green+Blue) = 183+111+69=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F45 is #4890BA. Grayscale: #7F7F7F. Windows color (decimal): -4755643 or 4550583. OLE color: 4550583.

HSL color Cylindrical-coordinate representation of color #B76F45: hue angle of 22.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76F45 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 111 69 -
CMYK 0 0.39 0.62 0.28
HSL 22.11º 0.45% 0.49% -
HSV(B) 22.11º 0.62% 0.72% -
XYZ 26.29 21.87 8.47 -
YUV 127.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 183 111 69 0 0.39 0.62 0.28 22.11 0.45 0.49
Hex B7 6F 45 0 27 3E 1C 16 2D 31
Octal 267 157 105 0 47 76 34 26 55 61
Binary 10110111 1101111 1000101 0 100111 111110 11100 10110 101101 110001

Color Harmonies of #B76F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F45

Black with #B76F45

Text Example


Text Example

White with #B76F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F45; }

 p { color: rgb(183,111,69); }

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

background-color css

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

 a { background-color: rgb(183,111,69); }

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

border-color css

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

 span { border-color: rgb(183,111,69); }

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