Html Css Color HEX #BF463F Chestnut

📋 copy color: '#BF463F'

red 191 ◦ green 70 ◦ blue 63

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

Shades of Chestnut #BF463F

Tints of Chestnut #BF463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 58.95%
G = 21.6%
B = 19.44%

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

#BF463F (or 0xBF463F) is known color: Chestnut. HEX triplet: BF, 46 and 3F. RGB value is (191,70,63). Sum of RGB (Red+Green+Blue) = 191+70+63=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF463F is #40B9C0. Grayscale: #696969. Windows color (decimal): -4241857 or 4146879. OLE color: 4146879.

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

Color convert

RGB 191 70 63 -
CMYK 0 0.63 0.67 0.25
HSL 3.28º 0.5% 0.5% -
HSV(B) 3.28º 0.67% 0.75% -
XYZ 24.57 15.82 6.46 -
YUV 105.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 191 70 63 0 0.63 0.67 0.25 3.28 0.5 0.5
Hex BF 46 3F 0 3F 43 19 3 32 32
Octal 277 106 77 0 77 103 31 3 62 62
Binary 10111111 1000110 111111 0 111111 1000011 11001 11 110010 110010

Color Harmonies of #BF463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF463F

Black with #BF463F

Text Example


Text Example

White with #BF463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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