Html Css Color HEX #BF4341 Chestnut

📋 copy color: '#BF4341'

red 191 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #BF4341

Tints of Chestnut #BF4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 59.13%
G = 20.74%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF4341 (or 0xBF4341) is known color: Chestnut. HEX triplet: BF, 43 and 41. RGB value is (191,67,65). Sum of RGB (Red+Green+Blue) = 191+67+65=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4341 is #40BCBE. Grayscale: #676767. Windows color (decimal): -4242623 or 4277183. OLE color: 4277183.

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

Color convert

RGB 191 67 65 -
CMYK 0 0.65 0.66 0.25
HSL 0.95º 0.5% 0.5% -
HSV(B) 0.95º 0.66% 0.75% -
XYZ 24.45 15.47 6.7 -
YUV 103.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 191 67 65 0 0.65 0.66 0.25 0.95 0.5 0.5
Hex BF 43 41 0 41 42 19 1 32 32
Octal 277 103 101 0 101 102 31 1 62 62
Binary 10111111 1000011 1000001 0 1000001 1000010 11001 1 110010 110010

Color Harmonies of #BF4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4341

Black with #BF4341

Text Example


Text Example

White with #BF4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4341; }

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

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

background-color css

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

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

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

border-color css

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

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

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