Html Css Color HEX #B37745 Bourbon

📋 copy color: '#B37745'

red 179 ◦ green 119 ◦ blue 69

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

Shades of Bourbon #B37745

Tints of Bourbon #B37745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 48.77%
G = 32.43%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B37745 (or 0xB37745) is known color: Bourbon. HEX triplet: B3, 77 and 45. RGB value is (179,119,69). Sum of RGB (Red+Green+Blue) = 179+119+69=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B37745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37745 is #4C88BA. Grayscale: #838383. Windows color (decimal): -5015739 or 4552627. OLE color: 4552627.

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

Color convert

RGB 179 119 69 -
CMYK 0 0.34 0.61 0.30
HSL 27.27º 0.44% 0.49% -
HSV(B) 27.27º 0.61% 0.7% -
XYZ 26.26 23.21 8.73 -
YUV 131.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 179 119 69 0 0.34 0.61 0.30 27.27 0.44 0.49
Hex B3 77 45 0 22 3D 1E 1B 2C 31
Octal 263 167 105 0 42 75 36 33 54 61
Binary 10110011 1110111 1000101 0 100010 111101 11110 11011 101100 110001

Color Harmonies of #B37745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37745

Black with #B37745

Text Example


Text Example

White with #B37745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37745; }

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

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

background-color css

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

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

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

border-color css

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

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

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