Html Css Color HEX #B57441 Bourbon

📋 copy color: '#B57441'

red 181 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #B57441

Tints of Bourbon #B57441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 50%
G = 32.04%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57441 (or 0xB57441) is known color: Bourbon. HEX triplet: B5, 74 and 41. RGB value is (181,116,65). Sum of RGB (Red+Green+Blue) = 181+116+65=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B57441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57441 is #4A8BBE. Grayscale: #818181. Windows color (decimal): -4885439 or 4289717. OLE color: 4289717.

HSL color Cylindrical-coordinate representation of color #B57441: hue angle of 26.38º 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 #B57441 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 65 -
CMYK 0 0.36 0.64 0.29
HSL 26.38º 0.47% 0.48% -
HSV(B) 26.38º 0.64% 0.71% -
XYZ 26.26 22.7 8 -
YUV 129.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 181 116 65 0 0.36 0.64 0.29 26.38 0.47 0.48
Hex B5 74 41 0 24 40 1D 1A 2F 30
Octal 265 164 101 0 44 100 35 32 57 60
Binary 10110101 1110100 1000001 0 100100 1000000 11101 11010 101111 110000

Color Harmonies of #B57441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57441

Black with #B57441

Text Example


Text Example

White with #B57441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57441; }

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

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

background-color css

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

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

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

border-color css

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

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

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