Html Css Color HEX #B57449 Bourbon

📋 copy color: '#B57449'

red 181 ◦ green 116 ◦ blue 73

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

Shades of Bourbon #B57449

Tints of Bourbon #B57449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 48.92%
G = 31.35%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B57449 (or 0xB57449) is known color: Bourbon. HEX triplet: B5, 74 and 49. RGB value is (181,116,73). Sum of RGB (Red+Green+Blue) = 181+116+73=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B57449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57449 is #4A8BB6. Grayscale: #828282. Windows color (decimal): -4885431 or 4814005. OLE color: 4814005.

HSL color Cylindrical-coordinate representation of color #B57449: hue angle of 23.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B57449 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 73 -
CMYK 0 0.36 0.60 0.29
HSL 23.89º 0.43% 0.5% -
HSV(B) 23.89º 0.6% 0.71% -
XYZ 26.5 22.8 9.31 -
YUV 130.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 181 116 73 0 0.36 0.60 0.29 23.89 0.43 0.5
Hex B5 74 49 0 24 3C 1D 18 2B 32
Octal 265 164 111 0 44 74 35 30 53 62
Binary 10110101 1110100 1001001 0 100100 111100 11101 11000 101011 110010

Color Harmonies of #B57449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57449

Black with #B57449

Text Example


Text Example

White with #B57449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57449; }

 p { color: rgb(181,116,73); }

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

background-color css

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

 a { background-color: rgb(181,116,73); }

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

border-color css

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

 span { border-color: rgb(181,116,73); }

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