Html Css Color HEX #B57245 Bourbon

📋 copy color: '#B57245'

red 181 ◦ green 114 ◦ blue 69

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

Shades of Bourbon #B57245

Tints of Bourbon #B57245

RGB

 RED value IS 181 (71.09% from 255) = 49.73%

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 49.73%
G = 31.32%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B57245 (or 0xB57245) is known color: Bourbon. HEX triplet: B5, 72 and 45. RGB value is (181,114,69). Sum of RGB (Red+Green+Blue) = 181+114+69=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B57245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57245 is #4A8DBA. Grayscale: #818181. Windows color (decimal): -4885947 or 4551349. OLE color: 4551349.

HSL color Cylindrical-coordinate representation of color #B57245: hue angle of 24.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B57245 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 69 -
CMYK 0 0.37 0.62 0.29
HSL 24.11º 0.45% 0.49% -
HSV(B) 24.11º 0.62% 0.71% -
XYZ 26.15 22.29 8.55 -
YUV 128.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 181 114 69 0 0.37 0.62 0.29 24.11 0.45 0.49
Hex B5 72 45 0 25 3E 1D 18 2D 31
Octal 265 162 105 0 45 76 35 30 55 61
Binary 10110101 1110010 1000101 0 100101 111110 11101 11000 101101 110001

Color Harmonies of #B57245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57245

Black with #B57245

Text Example


Text Example

White with #B57245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57245; }

 p { color: rgb(181,114,69); }

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

background-color css

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

 a { background-color: rgb(181,114,69); }

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

border-color css

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

 span { border-color: rgb(181,114,69); }

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