Html Css Color HEX #BF572C Smoke Tree

📋 copy color: '#BF572C'

red 191 ◦ green 87 ◦ blue 44

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

Shades of Smoke Tree #BF572C

Tints of Smoke Tree #BF572C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 59.32%
G = 27.02%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF572C (or 0xBF572C) is known color: Smoke Tree. HEX triplet: BF, 57 and 2C. RGB value is (191,87,44). Sum of RGB (Red+Green+Blue) = 191+87+44=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF572C is #40A8D3. Grayscale: #717171. Windows color (decimal): -4237524 or 2906047. OLE color: 2906047.

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

Color convert

RGB 191 87 44 -
CMYK 0 0.54 0.77 0.25
HSL 17.55º 0.63% 0.46% -
HSV(B) 17.55º 0.77% 0.75% -
XYZ 25.35 18.07 4.54 -
YUV 113.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 191 87 44 0 0.54 0.77 0.25 17.55 0.63 0.46
Hex BF 57 2C 0 36 4D 19 12 3F 2E
Octal 277 127 54 0 66 115 31 22 77 56
Binary 10111111 1010111 101100 0 110110 1001101 11001 10010 111111 101110

Color Harmonies of #BF572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF572C

Black with #BF572C

Text Example


Text Example

White with #BF572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF572C; }

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

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

background-color css

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

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

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

border-color css

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

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

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