Html Css Color HEX #B95044 Chestnut

📋 copy color: '#B95044'

red 185 ◦ green 80 ◦ blue 68

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

Shades of Chestnut #B95044

Tints of Chestnut #B95044

RGB

 RED value IS 185 (72.66% from 255) = 55.56%

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 55.56%
G = 24.02%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B95044 (or 0xB95044) is known color: Chestnut. HEX triplet: B9, 50 and 44. RGB value is (185,80,68). Sum of RGB (Red+Green+Blue) = 185+80+68=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B95044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95044 is #46AFBB. Grayscale: #6E6E6E. Windows color (decimal): -4632508 or 4477113. OLE color: 4477113.

HSL color Cylindrical-coordinate representation of color #B95044: hue angle of 6.15º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95044 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 68 -
CMYK 0 0.57 0.63 0.27
HSL 6.15º 0.46% 0.5% -
HSV(B) 6.15º 0.63% 0.73% -
XYZ 23.92 16.47 7.39 -
YUV 110.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 185 80 68 0 0.57 0.63 0.27 6.15 0.46 0.5
Hex B9 50 44 0 39 3F 1B 6 2E 32
Octal 271 120 104 0 71 77 33 6 56 62
Binary 10111001 1010000 1000100 0 111001 111111 11011 110 101110 110010

Color Harmonies of #B95044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95044

Black with #B95044

Text Example


Text Example

White with #B95044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95044; }

 p { color: rgb(185,80,68); }

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

background-color css

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

 a { background-color: rgb(185,80,68); }

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

border-color css

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

 span { border-color: rgb(185,80,68); }

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