Html Css Color HEX #B36B45 Bourbon

📋 copy color: '#B36B45'

red 179 ◦ green 107 ◦ blue 69

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

Shades of Bourbon #B36B45

Tints of Bourbon #B36B45

RGB

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

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

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

R = 50.42%
G = 30.14%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B36B45 (or 0xB36B45) is known color: Bourbon. HEX triplet: B3, 6B and 45. RGB value is (179,107,69). Sum of RGB (Red+Green+Blue) = 179+107+69=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36B45 is #4C94BA. Grayscale: #7C7C7C. Windows color (decimal): -5018811 or 4549555. OLE color: 4549555.

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

Color convert

RGB 179 107 69 -
CMYK 0 0.40 0.61 0.30
HSL 20.73º 0.44% 0.49% -
HSV(B) 20.73º 0.61% 0.7% -
XYZ 24.92 20.53 8.28 -
YUV 124.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 179 107 69 0 0.40 0.61 0.30 20.73 0.44 0.49
Hex B3 6B 45 0 28 3D 1E 15 2C 31
Octal 263 153 105 0 50 75 36 25 54 61
Binary 10110011 1101011 1000101 0 101000 111101 11110 10101 101100 110001

Color Harmonies of #B36B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36B45

Black with #B36B45

Text Example


Text Example

White with #B36B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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