Html Css Color HEX #B94B40 Chestnut

📋 copy color: '#B94B40'

red 185 ◦ green 75 ◦ blue 64

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

Shades of Chestnut #B94B40

Tints of Chestnut #B94B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.15%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 57.1%
G = 23.15%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94B40 (or 0xB94B40) is known color: Chestnut. HEX triplet: B9, 4B and 40. RGB value is (185,75,64). Sum of RGB (Red+Green+Blue) = 185+75+64=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B40 is #46B4BF. Grayscale: #6A6A6A. Windows color (decimal): -4633792 or 4213689. OLE color: 4213689.

HSL color Cylindrical-coordinate representation of color #B94B40: hue angle of 5.45º degrees, saturation: 0.49, 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 #B94B40 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 75 64 -
CMYK 0 0.59 0.65 0.27
HSL 5.45º 0.49% 0.49% -
HSV(B) 5.45º 0.65% 0.73% -
XYZ 23.45 15.72 6.65 -
YUV 106.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 185 75 64 0 0.59 0.65 0.27 5.45 0.49 0.49
Hex B9 4B 40 0 3B 41 1B 5 31 31
Octal 271 113 100 0 73 101 33 5 61 61
Binary 10111001 1001011 1000000 0 111011 1000001 11011 101 110001 110001

Color Harmonies of #B94B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B40

Black with #B94B40

Text Example


Text Example

White with #B94B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B40; }

 p { color: rgb(185,75,64); }

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

background-color css

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

 a { background-color: rgb(185,75,64); }

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

border-color css

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

 span { border-color: rgb(185,75,64); }

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