Html Css Color HEX #BF4A45 Chestnut

📋 copy color: '#BF4A45'

red 191 ◦ green 74 ◦ blue 69

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

Shades of Chestnut #BF4A45

Tints of Chestnut #BF4A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

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

R = 57.19%
G = 22.16%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF4A45 (or 0xBF4A45) is known color: Chestnut. HEX triplet: BF, 4A and 45. RGB value is (191,74,69). Sum of RGB (Red+Green+Blue) = 191+74+69=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A45 is #40B5BA. Grayscale: #6C6C6C. Windows color (decimal): -4240827 or 4541119. OLE color: 4541119.

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

Color convert

RGB 191 74 69 -
CMYK 0 0.61 0.64 0.25
HSL 2.46º 0.49% 0.51% -
HSV(B) 2.46º 0.64% 0.75% -
XYZ 25.01 16.4 7.48 -
YUV 108.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 191 74 69 0 0.61 0.64 0.25 2.46 0.49 0.51
Hex BF 4A 45 0 3D 40 19 2 31 33
Octal 277 112 105 0 75 100 31 2 61 63
Binary 10111111 1001010 1000101 0 111101 1000000 11001 10 110001 110011

Color Harmonies of #BF4A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A45

Black with #BF4A45

Text Example


Text Example

White with #BF4A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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