Html Css Color HEX #BF4543 Chestnut

📋 copy color: '#BF4543'

red 191 ◦ green 69 ◦ blue 67

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

Shades of Chestnut #BF4543

Tints of Chestnut #BF4543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 58.41%
G = 21.1%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF4543 (or 0xBF4543) is known color: Chestnut. HEX triplet: BF, 45 and 43. RGB value is (191,69,67). Sum of RGB (Red+Green+Blue) = 191+69+67=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4543 is #40BABC. Grayscale: #696969. Windows color (decimal): -4242109 or 4408767. OLE color: 4408767.

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

Color convert

RGB 191 69 67 -
CMYK 0 0.64 0.65 0.25
HSL 0.97º 0.49% 0.51% -
HSV(B) 0.97º 0.65% 0.75% -
XYZ 24.63 15.74 7.05 -
YUV 105.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 191 69 67 0 0.64 0.65 0.25 0.97 0.49 0.51
Hex BF 45 43 0 40 41 19 1 31 33
Octal 277 105 103 0 100 101 31 1 61 63
Binary 10111111 1000101 1000011 0 1000000 1000001 11001 1 110001 110011

Color Harmonies of #BF4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4543

Black with #BF4543

Text Example


Text Example

White with #BF4543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4543; }

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

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

background-color css

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

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

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

border-color css

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

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

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