Html Css Color HEX #BF473F Chestnut

📋 copy color: '#BF473F'

red 191 ◦ green 71 ◦ blue 63

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

Shades of Chestnut #BF473F

Tints of Chestnut #BF473F

RGB

 RED value IS 191 (75% from 255) = 58.77%

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

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

R = 58.77%
G = 21.85%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF473F (or 0xBF473F) is known color: Chestnut. HEX triplet: BF, 47 and 3F. RGB value is (191,71,63). Sum of RGB (Red+Green+Blue) = 191+71+63=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF473F is #40B8C0. Grayscale: #6A6A6A. Windows color (decimal): -4241601 or 4147135. OLE color: 4147135.

HSL color Cylindrical-coordinate representation of color #BF473F: hue angle of 3.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF473F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 63 -
CMYK 0 0.63 0.67 0.25
HSL 3.75º 0.5% 0.5% -
HSV(B) 3.75º 0.67% 0.75% -
XYZ 24.64 15.94 6.48 -
YUV 105.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 191 71 63 0 0.63 0.67 0.25 3.75 0.5 0.5
Hex BF 47 3F 0 3F 43 19 4 32 32
Octal 277 107 77 0 77 103 31 4 62 62
Binary 10111111 1000111 111111 0 111111 1000011 11001 100 110010 110010

Color Harmonies of #BF473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF473F

Black with #BF473F

Text Example


Text Example

White with #BF473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF473F; }

 p { color: rgb(191,71,63); }

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

background-color css

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

 a { background-color: rgb(191,71,63); }

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

border-color css

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

 span { border-color: rgb(191,71,63); }

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