Html Css Color HEX #B36D41 Bourbon

📋 copy color: '#B36D41'

red 179 ◦ green 109 ◦ blue 65

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

Shades of Bourbon #B36D41

Tints of Bourbon #B36D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 50.71%
G = 30.88%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B36D41 (or 0xB36D41) is known color: Bourbon. HEX triplet: B3, 6D and 41. RGB value is (179,109,65). Sum of RGB (Red+Green+Blue) = 179+109+65=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D41 is #4C92BE. Grayscale: #7D7D7D. Windows color (decimal): -5018303 or 4287923. OLE color: 4287923.

HSL color Cylindrical-coordinate representation of color #B36D41: hue angle of 23.16º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B36D41 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 109 65 -
CMYK 0 0.39 0.64 0.30
HSL 23.16º 0.47% 0.48% -
HSV(B) 23.16º 0.64% 0.7% -
XYZ 25.01 20.9 7.72 -
YUV 124.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 179 109 65 0 0.39 0.64 0.30 23.16 0.47 0.48
Hex B3 6D 41 0 27 40 1E 17 2F 30
Octal 263 155 101 0 47 100 36 27 57 60
Binary 10110011 1101101 1000001 0 100111 1000000 11110 10111 101111 110000

Color Harmonies of #B36D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36D41

Black with #B36D41

Text Example


Text Example

White with #B36D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36D41; }

 p { color: rgb(179,109,65); }

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

background-color css

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

 a { background-color: rgb(179,109,65); }

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

border-color css

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

 span { border-color: rgb(179,109,65); }

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