Html Css Color HEX #B87345 Bourbon

📋 copy color: '#B87345'

red 184 ◦ green 115 ◦ blue 69

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

Shades of Bourbon #B87345

Tints of Bourbon #B87345

RGB

 RED value IS 184 (72.27% from 255) = 50%

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 50%
G = 31.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B87345 (or 0xB87345) is known color: Bourbon. HEX triplet: B8, 73 and 45. RGB value is (184,115,69). Sum of RGB (Red+Green+Blue) = 184+115+69=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B87345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87345 is #478CBA. Grayscale: #828282. Windows color (decimal): -4689083 or 4551608. OLE color: 4551608.

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

Color convert

RGB 184 115 69 -
CMYK 0 0.38 0.62 0.28
HSL 24º 0.45% 0.5% -
HSV(B) 24º 0.63% 0.72% -
XYZ 26.97 22.88 8.63 -
YUV 130.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 184 115 69 0 0.38 0.62 0.28 24 0.45 0.5
Hex B8 73 45 0 26 3E 1C 18 2D 32
Octal 270 163 105 0 46 76 34 30 55 62
Binary 10111000 1110011 1000101 0 100110 111110 11100 11000 101101 110010

Color Harmonies of #B87345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87345

Black with #B87345

Text Example


Text Example

White with #B87345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87345; }

 p { color: rgb(184,115,69); }

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

background-color css

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

 a { background-color: rgb(184,115,69); }

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

border-color css

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

 span { border-color: rgb(184,115,69); }

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