Html Css Color HEX #BF4942 Chestnut

📋 copy color: '#BF4942'

red 191 ◦ green 73 ◦ blue 66

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

Shades of Chestnut #BF4942

Tints of Chestnut #BF4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

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

R = 57.88%
G = 22.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF4942 (or 0xBF4942) is known color: Chestnut. HEX triplet: BF, 49 and 42. RGB value is (191,73,66). Sum of RGB (Red+Green+Blue) = 191+73+66=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4942 is #40B6BD. Grayscale: #6B6B6B. Windows color (decimal): -4241086 or 4344255. OLE color: 4344255.

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

Color convert

RGB 191 73 66 -
CMYK 0 0.62 0.65 0.25
HSL 3.36º 0.49% 0.5% -
HSV(B) 3.36º 0.65% 0.75% -
XYZ 24.85 16.23 6.98 -
YUV 107.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 191 73 66 0 0.62 0.65 0.25 3.36 0.49 0.5
Hex BF 49 42 0 3E 41 19 3 31 32
Octal 277 111 102 0 76 101 31 3 61 62
Binary 10111111 1001001 1000010 0 111110 1000001 11001 11 110001 110010

Color Harmonies of #BF4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4942

Black with #BF4942

Text Example


Text Example

White with #BF4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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