Html Css Color HEX #BF572D Smoke Tree

📋 copy color: '#BF572D'

red 191 ◦ green 87 ◦ blue 45

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

Shades of Smoke Tree #BF572D

Tints of Smoke Tree #BF572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 59.13%
G = 26.93%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF572D (or 0xBF572D) is known color: Smoke Tree. HEX triplet: BF, 57 and 2D. RGB value is (191,87,45). Sum of RGB (Red+Green+Blue) = 191+87+45=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF572D is #40A8D2. Grayscale: #717171. Windows color (decimal): -4237523 or 2971583. OLE color: 2971583.

HSL color Cylindrical-coordinate representation of color #BF572D: hue angle of 17.26º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF572D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 87 45 -
CMYK 0 0.54 0.76 0.25
HSL 17.26º 0.62% 0.46% -
HSV(B) 17.26º 0.76% 0.75% -
XYZ 25.37 18.08 4.64 -
YUV 113.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 191 87 45 0 0.54 0.76 0.25 17.26 0.62 0.46
Hex BF 57 2D 0 36 4C 19 11 3E 2E
Octal 277 127 55 0 66 114 31 21 76 56
Binary 10111111 1010111 101101 0 110110 1001100 11001 10001 111110 101110

Color Harmonies of #BF572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF572D

Black with #BF572D

Text Example


Text Example

White with #BF572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF572D; }

 p { color: rgb(191,87,45); }

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

background-color css

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

 a { background-color: rgb(191,87,45); }

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

border-color css

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

 span { border-color: rgb(191,87,45); }

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