Html Css Color HEX #B94642 Chestnut

📋 copy color: '#B94642'

red 185 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #B94642

Tints of Chestnut #B94642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 57.63%
G = 21.81%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94642 (or 0xB94642) is known color: Chestnut. HEX triplet: B9, 46 and 42. RGB value is (185,70,66). Sum of RGB (Red+Green+Blue) = 185+70+66=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94642 is #46B9BD. Grayscale: #686868. Windows color (decimal): -4635070 or 4343481. OLE color: 4343481.

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

Color convert

RGB 185 70 66 -
CMYK 0 0.62 0.64 0.27
HSL 2.02º 0.47% 0.49% -
HSV(B) 2.02º 0.64% 0.73% -
XYZ 23.18 15.09 6.84 -
YUV 103.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 185 70 66 0 0.62 0.64 0.27 2.02 0.47 0.49
Hex B9 46 42 0 3E 40 1B 2 2F 31
Octal 271 106 102 0 76 100 33 2 57 61
Binary 10111001 1000110 1000010 0 111110 1000000 11011 10 101111 110001

Color Harmonies of #B94642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94642

Black with #B94642

Text Example


Text Example

White with #B94642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94642; }

 p { color: rgb(185,70,66); }

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

background-color css

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

 a { background-color: rgb(185,70,66); }

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

border-color css

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

 span { border-color: rgb(185,70,66); }

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