Html Css Color HEX #B37442 Bourbon

📋 copy color: '#B37442'

red 179 ◦ green 116 ◦ blue 66

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

Shades of Bourbon #B37442

Tints of Bourbon #B37442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 49.58%
G = 32.13%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B37442 (or 0xB37442) is known color: Bourbon. HEX triplet: B3, 74 and 42. RGB value is (179,116,66). Sum of RGB (Red+Green+Blue) = 179+116+66=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B37442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37442 is #4C8BBD. Grayscale: #818181. Windows color (decimal): -5016510 or 4355251. OLE color: 4355251.

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

Color convert

RGB 179 116 66 -
CMYK 0 0.35 0.63 0.30
HSL 26.55º 0.46% 0.48% -
HSV(B) 26.55º 0.63% 0.7% -
XYZ 25.82 22.47 8.13 -
YUV 129.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 179 116 66 0 0.35 0.63 0.30 26.55 0.46 0.48
Hex B3 74 42 0 23 3F 1E 1B 2E 30
Octal 263 164 102 0 43 77 36 33 56 60
Binary 10110011 1110100 1000010 0 100011 111111 11110 11011 101110 110000

Color Harmonies of #B37442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37442

Black with #B37442

Text Example


Text Example

White with #B37442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37442; }

 p { color: rgb(179,116,66); }

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

background-color css

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

 a { background-color: rgb(179,116,66); }

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

border-color css

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

 span { border-color: rgb(179,116,66); }

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