Html Css Color HEX #BF4242 Chestnut

📋 copy color: '#BF4242'

red 191 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #BF4242

Tints of Chestnut #BF4242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 59.13%
G = 20.43%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF4242 (or 0xBF4242) is known color: Chestnut. HEX triplet: BF, 42 and 42. RGB value is (191,66,66). Sum of RGB (Red+Green+Blue) = 191+66+66=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4242 is #40BDBD. Grayscale: #676767. Windows color (decimal): -4242878 or 4342463. OLE color: 4342463.

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

Color convert

RGB 191 66 66 -
CMYK 0 0.65 0.65 0.25
HSL 0.49% 0.5% -
HSV(B) 0.65% 0.75% -
XYZ 24.42 15.37 6.83 -
YUV 103.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 191 66 66 0 0.65 0.65 0.25 0 0.49 0.5
Hex BF 42 42 0 41 41 19 0 31 32
Octal 277 102 102 0 101 101 31 0 61 62
Binary 10111111 1000010 1000010 0 1000001 1000001 11001 0 110001 110010

Color Harmonies of #BF4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4242

Black with #BF4242

Text Example


Text Example

White with #BF4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4242; }

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

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

background-color css

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

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

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

border-color css

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

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

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