Html Css Color HEX #BF4B40 Chestnut

📋 copy color: '#BF4B40'

red 191 ◦ green 75 ◦ blue 64

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

Shades of Chestnut #BF4B40

Tints of Chestnut #BF4B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 57.88%
G = 22.73%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF4B40 (or 0xBF4B40) is known color: Chestnut. HEX triplet: BF, 4B and 40. RGB value is (191,75,64). Sum of RGB (Red+Green+Blue) = 191+75+64=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B40 is #40B4BF. Grayscale: #6C6C6C. Windows color (decimal): -4240576 or 4213695. OLE color: 4213695.

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

Color convert

RGB 191 75 64 -
CMYK 0 0.61 0.66 0.25
HSL 5.2º 0.5% 0.5% -
HSV(B) 5.2º 0.66% 0.75% -
XYZ 24.93 16.48 6.72 -
YUV 108.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 191 75 64 0 0.61 0.66 0.25 5.2 0.5 0.5
Hex BF 4B 40 0 3D 42 19 5 32 32
Octal 277 113 100 0 75 102 31 5 62 62
Binary 10111111 1001011 1000000 0 111101 1000010 11001 101 110010 110010

Color Harmonies of #BF4B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B40

Black with #BF4B40

Text Example


Text Example

White with #BF4B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B40; }

 p { color: rgb(191,75,64); }

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

background-color css

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

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

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

border-color css

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

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

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