Html Css Color HEX #B94743 Chestnut

📋 copy color: '#B94743'

red 185 ◦ green 71 ◦ blue 67

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

Shades of Chestnut #B94743

Tints of Chestnut #B94743

RGB

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

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

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

R = 57.28%
G = 21.98%
B = 20.74%

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

#B94743 (or 0xB94743) is known color: Chestnut. HEX triplet: B9, 47 and 43. RGB value is (185,71,67). Sum of RGB (Red+Green+Blue) = 185+71+67=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B94743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94743 is #46B8BC. Grayscale: #686868. Windows color (decimal): -4634813 or 4409273. OLE color: 4409273.

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

Color convert

RGB 185 71 67 -
CMYK 0 0.62 0.64 0.27
HSL 2.03º 0.47% 0.49% -
HSV(B) 2.03º 0.64% 0.73% -
XYZ 23.27 15.23 7.02 -
YUV 104.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 185 71 67 0 0.62 0.64 0.27 2.03 0.47 0.49
Hex B9 47 43 0 3E 40 1B 2 2F 31
Octal 271 107 103 0 76 100 33 2 57 61
Binary 10111001 1000111 1000011 0 111110 1000000 11011 10 101111 110001

Color Harmonies of #B94743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94743

Black with #B94743

Text Example


Text Example

White with #B94743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94743; }

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

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

background-color css

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

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

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

border-color css

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

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

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