Html Css Color HEX #B94742 Chestnut

📋 copy color: '#B94742'

red 185 ◦ green 71 ◦ blue 66

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

Shades of Chestnut #B94742

Tints of Chestnut #B94742

RGB

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

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

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

R = 57.45%
G = 22.05%
B = 20.5%

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

#B94742 (or 0xB94742) is known color: Chestnut. HEX triplet: B9, 47 and 42. RGB value is (185,71,66). Sum of RGB (Red+Green+Blue) = 185+71+66=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94742 is #46B8BD. Grayscale: #686868. Windows color (decimal): -4634814 or 4343737. OLE color: 4343737.

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

Color convert

RGB 185 71 66 -
CMYK 0 0.62 0.64 0.27
HSL 2.52º 0.47% 0.49% -
HSV(B) 2.52º 0.64% 0.73% -
XYZ 23.24 15.21 6.87 -
YUV 104.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 185 71 66 0 0.62 0.64 0.27 2.52 0.47 0.49
Hex B9 47 42 0 3E 40 1B 3 2F 31
Octal 271 107 102 0 76 100 33 3 57 61
Binary 10111001 1000111 1000010 0 111110 1000000 11011 11 101111 110001

Color Harmonies of #B94742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94742

Black with #B94742

Text Example


Text Example

White with #B94742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94742; }

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

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

background-color css

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

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

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

border-color css

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

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

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