Html Css Color HEX #B94A3F Chestnut

📋 copy color: '#B94A3F'

red 185 ◦ green 74 ◦ blue 63

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

Shades of Chestnut #B94A3F

Tints of Chestnut #B94A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 63 (25% from 255) = 19.57%

R = 57.45%
G = 22.98%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B94A3F (or 0xB94A3F) is known color: Chestnut. HEX triplet: B9, 4A and 3F. RGB value is (185,74,63). Sum of RGB (Red+Green+Blue) = 185+74+63=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A3F is #46B5C0. Grayscale: #6A6A6A. Windows color (decimal): -4634049 or 4147897. OLE color: 4147897.

HSL color Cylindrical-coordinate representation of color #B94A3F: hue angle of 5.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94A3F is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 63 -
CMYK 0 0.6 0.66 0.27
HSL 5.41º 0.49% 0.49% -
HSV(B) 5.41º 0.66% 0.73% -
XYZ 23.35 15.57 6.48 -
YUV 105.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 185 74 63 0 0.6 0.66 0.27 5.41 0.49 0.49
Hex B9 4A 3F 0 3C 42 1B 5 31 31
Octal 271 112 77 0 74 102 33 5 61 61
Binary 10111001 1001010 111111 0 111100 1000010 11011 101 110001 110001

Color Harmonies of #B94A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A3F

Black with #B94A3F

Text Example


Text Example

White with #B94A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A3F; }

 p { color: rgb(185,74,63); }

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

background-color css

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

 a { background-color: rgb(185,74,63); }

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

border-color css

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

 span { border-color: rgb(185,74,63); }

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