Html Css Color HEX #BF453F Chestnut

📋 copy color: '#BF453F'

red 191 ◦ green 69 ◦ blue 63

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

Shades of Chestnut #BF453F

Tints of Chestnut #BF453F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 59.13%
G = 21.36%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF453F (or 0xBF453F) is known color: Chestnut. HEX triplet: BF, 45 and 3F. RGB value is (191,69,63). Sum of RGB (Red+Green+Blue) = 191+69+63=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF453F is #40BAC0. Grayscale: #686868. Windows color (decimal): -4242113 or 4146623. OLE color: 4146623.

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

Color convert

RGB 191 69 63 -
CMYK 0 0.64 0.67 0.25
HSL 2.81º 0.5% 0.5% -
HSV(B) 2.81º 0.67% 0.75% -
XYZ 24.51 15.69 6.44 -
YUV 104.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 191 69 63 0 0.64 0.67 0.25 2.81 0.5 0.5
Hex BF 45 3F 0 40 43 19 3 32 32
Octal 277 105 77 0 100 103 31 3 62 62
Binary 10111111 1000101 111111 0 1000000 1000011 11001 11 110010 110010

Color Harmonies of #BF453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF453F

Black with #BF453F

Text Example


Text Example

White with #BF453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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