Html Css Color HEX #B57242 Bourbon

📋 copy color: '#B57242'

red 181 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #B57242

Tints of Bourbon #B57242

RGB

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

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

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

R = 50.14%
G = 31.58%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57242 (or 0xB57242) is known color: Bourbon. HEX triplet: B5, 72 and 42. RGB value is (181,114,66). Sum of RGB (Red+Green+Blue) = 181+114+66=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B57242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57242 is #4A8DBD. Grayscale: #808080. Windows color (decimal): -4885950 or 4354741. OLE color: 4354741.

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

Color convert

RGB 181 114 66 -
CMYK 0 0.37 0.64 0.29
HSL 25.04º 0.47% 0.48% -
HSV(B) 25.04º 0.64% 0.71% -
XYZ 26.06 22.25 8.08 -
YUV 128.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 181 114 66 0 0.37 0.64 0.29 25.04 0.47 0.48
Hex B5 72 42 0 25 40 1D 19 2F 30
Octal 265 162 102 0 45 100 35 31 57 60
Binary 10110101 1110010 1000010 0 100101 1000000 11101 11001 101111 110000

Color Harmonies of #B57242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57242

Black with #B57242

Text Example


Text Example

White with #B57242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57242; }

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

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

background-color css

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

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

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

border-color css

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

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

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