Html Css Color HEX #BF4943 Chestnut

📋 copy color: '#BF4943'

red 191 ◦ green 73 ◦ blue 67

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

Shades of Chestnut #BF4943

Tints of Chestnut #BF4943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 57.7%
G = 22.05%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF4943 (or 0xBF4943) is known color: Chestnut. HEX triplet: BF, 49 and 43. RGB value is (191,73,67). Sum of RGB (Red+Green+Blue) = 191+73+67=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4943 is #40B6BC. Grayscale: #6B6B6B. Windows color (decimal): -4241085 or 4409791. OLE color: 4409791.

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

Color convert

RGB 191 73 67 -
CMYK 0 0.62 0.65 0.25
HSL 2.9º 0.49% 0.51% -
HSV(B) 2.9º 0.65% 0.75% -
XYZ 24.88 16.25 7.13 -
YUV 107.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 191 73 67 0 0.62 0.65 0.25 2.9 0.49 0.51
Hex BF 49 43 0 3E 41 19 3 31 33
Octal 277 111 103 0 76 101 31 3 61 63
Binary 10111111 1001001 1000011 0 111110 1000001 11001 11 110001 110011

Color Harmonies of #BF4943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4943

Black with #BF4943

Text Example


Text Example

White with #BF4943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4943; }

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

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

background-color css

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

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

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

border-color css

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

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

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