Html Css Color HEX #BF4949 Chestnut

📋 copy color: '#BF4949'

red 191 ◦ green 73 ◦ blue 73

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

Shades of Chestnut #BF4949

Tints of Chestnut #BF4949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 56.68%
G = 21.66%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4949 (or 0xBF4949) is known color: Chestnut. HEX triplet: BF, 49 and 49. RGB value is (191,73,73). Sum of RGB (Red+Green+Blue) = 191+73+73=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4949 is #40B6B6. Grayscale: #6C6C6C. Windows color (decimal): -4241079 or 4803007. OLE color: 4803007.

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

Color convert

RGB 191 73 73 -
CMYK 0 0.62 0.62 0.25
HSL 0.48% 0.52% -
HSV(B) 0.62% 0.75% -
XYZ 25.07 16.32 8.13 -
YUV 108.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 191 73 73 0 0.62 0.62 0.25 0 0.48 0.52
Hex BF 49 49 0 3E 3E 19 0 30 34
Octal 277 111 111 0 76 76 31 0 60 64
Binary 10111111 1001001 1001001 0 111110 111110 11001 0 110000 110100

Color Harmonies of #BF4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4949

Black with #BF4949

Text Example


Text Example

White with #BF4949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4949; }

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

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

background-color css

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

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

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

border-color css

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

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

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