Html Css Color HEX #B36B41 Bourbon

📋 copy color: '#B36B41'

red 179 ◦ green 107 ◦ blue 65

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

Shades of Bourbon #B36B41

Tints of Bourbon #B36B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

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

R = 51%
G = 30.48%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B36B41 (or 0xB36B41) is known color: Bourbon. HEX triplet: B3, 6B and 41. RGB value is (179,107,65). Sum of RGB (Red+Green+Blue) = 179+107+65=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36B41 is #4C94BE. Grayscale: #7B7B7B. Windows color (decimal): -5018815 or 4287411. OLE color: 4287411.

HSL color Cylindrical-coordinate representation of color #B36B41: hue angle of 22.11º 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 #B36B41 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 107 65 -
CMYK 0 0.40 0.64 0.30
HSL 22.11º 0.47% 0.48% -
HSV(B) 22.11º 0.64% 0.7% -
XYZ 24.8 20.48 7.65 -
YUV 123.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 179 107 65 0 0.40 0.64 0.30 22.11 0.47 0.48
Hex B3 6B 41 0 28 40 1E 16 2F 30
Octal 263 153 101 0 50 100 36 26 57 60
Binary 10110011 1101011 1000001 0 101000 1000000 11110 10110 101111 110000

Color Harmonies of #B36B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36B41

Black with #B36B41

Text Example


Text Example

White with #B36B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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