Html Css Color HEX #BF4C42 Chestnut

📋 copy color: '#BF4C42'

red 191 ◦ green 76 ◦ blue 66

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

Shades of Chestnut #BF4C42

Tints of Chestnut #BF4C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

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

R = 57.36%
G = 22.82%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF4C42 (or 0xBF4C42) is known color: Chestnut. HEX triplet: BF, 4C and 42. RGB value is (191,76,66). Sum of RGB (Red+Green+Blue) = 191+76+66=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C42 is #40B3BD. Grayscale: #6D6D6D. Windows color (decimal): -4240318 or 4345023. OLE color: 4345023.

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

Color convert

RGB 191 76 66 -
CMYK 0 0.60 0.65 0.25
HSL 4.8º 0.49% 0.5% -
HSV(B) 4.8º 0.65% 0.75% -
XYZ 25.05 16.64 7.05 -
YUV 109.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 191 76 66 0 0.60 0.65 0.25 4.8 0.49 0.5
Hex BF 4C 42 0 3C 41 19 5 31 32
Octal 277 114 102 0 74 101 31 5 61 62
Binary 10111111 1001100 1000010 0 111100 1000001 11001 101 110001 110010

Color Harmonies of #BF4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C42

Black with #BF4C42

Text Example


Text Example

White with #BF4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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