Html Css Color HEX #B36C48 Bourbon

📋 copy color: '#B36C48'

red 179 ◦ green 108 ◦ blue 72

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

Shades of Bourbon #B36C48

Tints of Bourbon #B36C48

RGB

 RED value IS 179 (70.31% from 255) = 49.86%

 GREEN value IS 108 (42.58% from 255) = 30.08%

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

R = 49.86%
G = 30.08%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B36C48 (or 0xB36C48) is known color: Bourbon. HEX triplet: B3, 6C and 48. RGB value is (179,108,72). Sum of RGB (Red+Green+Blue) = 179+108+72=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C48 is #4C93B7. Grayscale: #7D7D7D. Windows color (decimal): -5018552 or 4746419. OLE color: 4746419.

HSL color Cylindrical-coordinate representation of color #B36C48: hue angle of 20.19º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B36C48 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 72 -
CMYK 0 0.40 0.60 0.30
HSL 20.19º 0.43% 0.49% -
HSV(B) 20.19º 0.6% 0.7% -
XYZ 25.12 20.78 8.82 -
YUV 125.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 179 108 72 0 0.40 0.60 0.30 20.19 0.43 0.49
Hex B3 6C 48 0 28 3C 1E 14 2B 31
Octal 263 154 110 0 50 74 36 24 53 61
Binary 10110011 1101100 1001000 0 101000 111100 11110 10100 101011 110001

Color Harmonies of #B36C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C48

Black with #B36C48

Text Example


Text Example

White with #B36C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C48; }

 p { color: rgb(179,108,72); }

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

background-color css

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

 a { background-color: rgb(179,108,72); }

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

border-color css

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

 span { border-color: rgb(179,108,72); }

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