Html Css Color HEX #BF4C45 Chestnut

📋 copy color: '#BF4C45'

red 191 ◦ green 76 ◦ blue 69

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

Shades of Chestnut #BF4C45

Tints of Chestnut #BF4C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 56.85%
G = 22.62%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF4C45 (or 0xBF4C45) is known color: Chestnut. HEX triplet: BF, 4C and 45. RGB value is (191,76,69). Sum of RGB (Red+Green+Blue) = 191+76+69=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C45 is #40B3BA. Grayscale: #6D6D6D. Windows color (decimal): -4240315 or 4541631. OLE color: 4541631.

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

Color convert

RGB 191 76 69 -
CMYK 0 0.60 0.64 0.25
HSL 3.44º 0.49% 0.51% -
HSV(B) 3.44º 0.64% 0.75% -
XYZ 25.14 16.67 7.52 -
YUV 109.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 191 76 69 0 0.60 0.64 0.25 3.44 0.49 0.51
Hex BF 4C 45 0 3C 40 19 3 31 33
Octal 277 114 105 0 74 100 31 3 61 63
Binary 10111111 1001100 1000101 0 111100 1000000 11001 11 110001 110011

Color Harmonies of #BF4C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C45

Black with #BF4C45

Text Example


Text Example

White with #BF4C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C45; }

 p { color: rgb(191,76,69); }

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

background-color css

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

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

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

border-color css

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

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

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