Html Css Color HEX #B37545 Bourbon

📋 copy color: '#B37545'

red 179 ◦ green 117 ◦ blue 69

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

Shades of Bourbon #B37545

Tints of Bourbon #B37545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 49.04%
G = 32.05%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B37545 (or 0xB37545) is known color: Bourbon. HEX triplet: B3, 75 and 45. RGB value is (179,117,69). Sum of RGB (Red+Green+Blue) = 179+117+69=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B37545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37545 is #4C8ABA. Grayscale: #828282. Windows color (decimal): -5016251 or 4552115. OLE color: 4552115.

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

Color convert

RGB 179 117 69 -
CMYK 0 0.35 0.61 0.30
HSL 26.18º 0.44% 0.49% -
HSV(B) 26.18º 0.61% 0.7% -
XYZ 26.03 22.74 8.65 -
YUV 130.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 179 117 69 0 0.35 0.61 0.30 26.18 0.44 0.49
Hex B3 75 45 0 23 3D 1E 1A 2C 31
Octal 263 165 105 0 43 75 36 32 54 61
Binary 10110011 1110101 1000101 0 100011 111101 11110 11010 101100 110001

Color Harmonies of #B37545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37545

Black with #B37545

Text Example


Text Example

White with #B37545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37545; }

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

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

background-color css

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

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

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

border-color css

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

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

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