Html Css Color HEX #B87348 Bourbon

📋 copy color: '#B87348'

red 184 ◦ green 115 ◦ blue 72

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

Shades of Bourbon #B87348

Tints of Bourbon #B87348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 49.6%
G = 31%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B87348 (or 0xB87348) is known color: Bourbon. HEX triplet: B8, 73 and 48. RGB value is (184,115,72). Sum of RGB (Red+Green+Blue) = 184+115+72=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B87348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87348 is #478CB7. Grayscale: #828282. Windows color (decimal): -4689080 or 4748216. OLE color: 4748216.

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

Color convert

RGB 184 115 72 -
CMYK 0 0.38 0.61 0.28
HSL 23.04º 0.44% 0.5% -
HSV(B) 23.04º 0.61% 0.72% -
XYZ 27.07 22.92 9.13 -
YUV 130.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 184 115 72 0 0.38 0.61 0.28 23.04 0.44 0.5
Hex B8 73 48 0 26 3D 1C 17 2C 32
Octal 270 163 110 0 46 75 34 27 54 62
Binary 10111000 1110011 1001000 0 100110 111101 11100 10111 101100 110010

Color Harmonies of #B87348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87348

Black with #B87348

Text Example


Text Example

White with #B87348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87348; }

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

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

background-color css

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

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

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

border-color css

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

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

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