Html Css Color HEX #BF4642 Chestnut

📋 copy color: '#BF4642'

red 191 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #BF4642

Tints of Chestnut #BF4642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 58.41%
G = 21.41%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF4642 (or 0xBF4642) is known color: Chestnut. HEX triplet: BF, 46 and 42. RGB value is (191,70,66). Sum of RGB (Red+Green+Blue) = 191+70+66=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4642 is #40B9BD. Grayscale: #696969. Windows color (decimal): -4241854 or 4343487. OLE color: 4343487.

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

Color convert

RGB 191 70 66 -
CMYK 0 0.63 0.65 0.25
HSL 1.92º 0.49% 0.5% -
HSV(B) 1.92º 0.65% 0.75% -
XYZ 24.66 15.85 6.91 -
YUV 105.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 191 70 66 0 0.63 0.65 0.25 1.92 0.49 0.5
Hex BF 46 42 0 3F 41 19 2 31 32
Octal 277 106 102 0 77 101 31 2 61 62
Binary 10111111 1000110 1000010 0 111111 1000001 11001 10 110001 110010

Color Harmonies of #BF4642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4642

Black with #BF4642

Text Example


Text Example

White with #BF4642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4642; }

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

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

background-color css

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

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

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

border-color css

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

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

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