Html Css Color HEX #BF4844 Chestnut

📋 copy color: '#BF4844'

red 191 ◦ green 72 ◦ blue 68

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

Shades of Chestnut #BF4844

Tints of Chestnut #BF4844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 57.7%
G = 21.75%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF4844 (or 0xBF4844) is known color: Chestnut. HEX triplet: BF, 48 and 44. RGB value is (191,72,68). Sum of RGB (Red+Green+Blue) = 191+72+68=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4844 is #40B7BB. Grayscale: #6B6B6B. Windows color (decimal): -4241340 or 4475071. OLE color: 4475071.

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

Color convert

RGB 191 72 68 -
CMYK 0 0.62 0.64 0.25
HSL 1.95º 0.49% 0.51% -
HSV(B) 1.95º 0.64% 0.75% -
XYZ 24.85 16.13 7.27 -
YUV 107.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 191 72 68 0 0.62 0.64 0.25 1.95 0.49 0.51
Hex BF 48 44 0 3E 40 19 2 31 33
Octal 277 110 104 0 76 100 31 2 61 63
Binary 10111111 1001000 1000100 0 111110 1000000 11001 10 110001 110011

Color Harmonies of #BF4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4844

Black with #BF4844

Text Example


Text Example

White with #BF4844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4844; }

 p { color: rgb(191,72,68); }

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

background-color css

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

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

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

border-color css

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

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

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