Html Css Color HEX #B94443 Chestnut

📋 copy color: '#B94443'

red 185 ◦ green 68 ◦ blue 67

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

Shades of Chestnut #B94443

Tints of Chestnut #B94443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 57.81%
G = 21.25%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94443 (or 0xB94443) is known color: Chestnut. HEX triplet: B9, 44 and 43. RGB value is (185,68,67). Sum of RGB (Red+Green+Blue) = 185+68+67=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B94443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94443 is #46BBBC. Grayscale: #666666. Windows color (decimal): -4635581 or 4408505. OLE color: 4408505.

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

Color convert

RGB 185 68 67 -
CMYK 0 0.63 0.64 0.27
HSL 0.51º 0.47% 0.49% -
HSV(B) 0.51º 0.64% 0.73% -
XYZ 23.09 14.85 6.96 -
YUV 102.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 185 68 67 0 0.63 0.64 0.27 0.51 0.47 0.49
Hex B9 44 43 0 3F 40 1B 1 2F 31
Octal 271 104 103 0 77 100 33 1 57 61
Binary 10111001 1000100 1000011 0 111111 1000000 11011 1 101111 110001

Color Harmonies of #B94443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94443

Black with #B94443

Text Example


Text Example

White with #B94443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94443; }

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

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

background-color css

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

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

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

border-color css

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

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

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