Html Css Color HEX #B94342 Chestnut

📋 copy color: '#B94342'

red 185 ◦ green 67 ◦ blue 66

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

Shades of Chestnut #B94342

Tints of Chestnut #B94342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

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

R = 58.18%
G = 21.07%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94342 (or 0xB94342) is known color: Chestnut. HEX triplet: B9, 43 and 42. RGB value is (185,67,66). Sum of RGB (Red+Green+Blue) = 185+67+66=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B94342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94342 is #46BCBD. Grayscale: #666666. Windows color (decimal): -4635838 or 4342713. OLE color: 4342713.

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

Color convert

RGB 185 67 66 -
CMYK 0 0.64 0.64 0.27
HSL 0.5º 0.47% 0.49% -
HSV(B) 0.5º 0.64% 0.73% -
XYZ 23 14.72 6.78 -
YUV 102.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 185 67 66 0 0.64 0.64 0.27 0.5 0.47 0.49
Hex B9 43 42 0 40 40 1B 1 2F 31
Octal 271 103 102 0 100 100 33 1 57 61
Binary 10111001 1000011 1000010 0 1000000 1000000 11011 1 101111 110001

Color Harmonies of #B94342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94342

Black with #B94342

Text Example


Text Example

White with #B94342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94342; }

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

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

background-color css

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

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

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

border-color css

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

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

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