Html Css Color HEX #B36F44 Bourbon

📋 copy color: '#B36F44'

red 179 ◦ green 111 ◦ blue 68

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

Shades of Bourbon #B36F44

Tints of Bourbon #B36F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 50%
G = 31.01%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B36F44 (or 0xB36F44) is known color: Bourbon. HEX triplet: B3, 6F and 44. RGB value is (179,111,68). Sum of RGB (Red+Green+Blue) = 179+111+68=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36F44 is #4C90BB. Grayscale: #7E7E7E. Windows color (decimal): -5017788 or 4485043. OLE color: 4485043.

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

Color convert

RGB 179 111 68 -
CMYK 0 0.38 0.62 0.30
HSL 23.24º 0.45% 0.48% -
HSV(B) 23.24º 0.62% 0.7% -
XYZ 25.32 21.37 8.26 -
YUV 126.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 179 111 68 0 0.38 0.62 0.30 23.24 0.45 0.48
Hex B3 6F 44 0 26 3E 1E 17 2D 30
Octal 263 157 104 0 46 76 36 27 55 60
Binary 10110011 1101111 1000100 0 100110 111110 11110 10111 101101 110000

Color Harmonies of #B36F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F44

Black with #B36F44

Text Example


Text Example

White with #B36F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F44; }

 p { color: rgb(179,111,68); }

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

background-color css

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

 a { background-color: rgb(179,111,68); }

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

border-color css

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

 span { border-color: rgb(179,111,68); }

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