Html Css Color HEX #B94741 Chestnut

📋 copy color: '#B94741'

red 185 ◦ green 71 ◦ blue 65

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

Shades of Chestnut #B94741

Tints of Chestnut #B94741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

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

R = 57.63%
G = 22.12%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94741 (or 0xB94741) is known color: Chestnut. HEX triplet: B9, 47 and 41. RGB value is (185,71,65). Sum of RGB (Red+Green+Blue) = 185+71+65=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94741 is #46B8BE. Grayscale: #686868. Windows color (decimal): -4634815 or 4278201. OLE color: 4278201.

HSL color Cylindrical-coordinate representation of color #B94741: hue angle of 3º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94741 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 65 -
CMYK 0 0.62 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 23.21 15.2 6.71 -
YUV 104.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 185 71 65 0 0.62 0.65 0.27 3 0.48 0.49
Hex B9 47 41 0 3E 41 1B 3 30 31
Octal 271 107 101 0 76 101 33 3 60 61
Binary 10111001 1000111 1000001 0 111110 1000001 11011 11 110000 110001

Color Harmonies of #B94741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94741

Black with #B94741

Text Example


Text Example

White with #B94741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94741; }

 p { color: rgb(185,71,65); }

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

background-color css

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

 a { background-color: rgb(185,71,65); }

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

border-color css

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

 span { border-color: rgb(185,71,65); }

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