Html Css Color HEX #B94341 Chestnut

📋 copy color: '#B94341'

red 185 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #B94341

Tints of Chestnut #B94341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 58.36%
G = 21.14%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94341 (or 0xB94341) is known color: Chestnut. HEX triplet: B9, 43 and 41. RGB value is (185,67,65). Sum of RGB (Red+Green+Blue) = 185+67+65=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B94341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94341 is #46BCBE. Grayscale: #666666. Windows color (decimal): -4635839 or 4277177. OLE color: 4277177.

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

Color convert

RGB 185 67 65 -
CMYK 0 0.64 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 22.97 14.71 6.63 -
YUV 102.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 185 67 65 0 0.64 0.65 0.27 1 0.48 0.49
Hex B9 43 41 0 40 41 1B 1 30 31
Octal 271 103 101 0 100 101 33 1 60 61
Binary 10111001 1000011 1000001 0 1000000 1000001 11011 1 110000 110001

Color Harmonies of #B94341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94341

Black with #B94341

Text Example


Text Example

White with #B94341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94341; }

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

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

background-color css

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

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

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

border-color css

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

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

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