Html Css Color HEX #B94140 Chestnut

📋 copy color: '#B94140'

red 185 ◦ green 65 ◦ blue 64

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

Shades of Chestnut #B94140

Tints of Chestnut #B94140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 58.92%
G = 20.7%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94140 (or 0xB94140) is known color: Chestnut. HEX triplet: B9, 41 and 40. RGB value is (185,65,64). Sum of RGB (Red+Green+Blue) = 185+65+64=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B94140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94140 is #46BEBF. Grayscale: #646464. Windows color (decimal): -4636352 or 4211129. OLE color: 4211129.

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

Color convert

RGB 185 65 64 -
CMYK 0 0.65 0.65 0.27
HSL 0.5º 0.49% 0.49% -
HSV(B) 0.5º 0.65% 0.73% -
XYZ 22.82 14.47 6.44 -
YUV 100.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 185 65 64 0 0.65 0.65 0.27 0.5 0.49 0.49
Hex B9 41 40 0 41 41 1B 0 31 31
Octal 271 101 100 0 101 101 33 0 61 61
Binary 10111001 1000001 1000000 0 1000001 1000001 11011 0 110001 110001

Color Harmonies of #B94140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94140

Black with #B94140

Text Example


Text Example

White with #B94140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94140; }

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

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

background-color css

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

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

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

border-color css

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

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

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