Html Css Color HEX #BF423F Chestnut

📋 copy color: '#BF423F'

red 191 ◦ green 66 ◦ blue 63

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

Shades of Chestnut #BF423F

Tints of Chestnut #BF423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 59.69%
G = 20.63%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF423F (or 0xBF423F) is known color: Chestnut. HEX triplet: BF, 42 and 3F. RGB value is (191,66,63). Sum of RGB (Red+Green+Blue) = 191+66+63=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF423F is #40BDC0. Grayscale: #676767. Windows color (decimal): -4242881 or 4145855. OLE color: 4145855.

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

Color convert

RGB 191 66 63 -
CMYK 0 0.65 0.67 0.25
HSL 1.41º 0.5% 0.5% -
HSV(B) 1.41º 0.67% 0.75% -
XYZ 24.33 15.33 6.38 -
YUV 103.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 191 66 63 0 0.65 0.67 0.25 1.41 0.5 0.5
Hex BF 42 3F 0 41 43 19 1 32 32
Octal 277 102 77 0 101 103 31 1 62 62
Binary 10111111 1000010 111111 0 1000001 1000011 11001 1 110010 110010

Color Harmonies of #BF423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF423F

Black with #BF423F

Text Example


Text Example

White with #BF423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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