Html Css Color HEX #BF592D Smoke Tree

📋 copy color: '#BF592D'

red 191 ◦ green 89 ◦ blue 45

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

Shades of Smoke Tree #BF592D

Tints of Smoke Tree #BF592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

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

R = 58.77%
G = 27.38%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF592D (or 0xBF592D) is known color: Smoke Tree. HEX triplet: BF, 59 and 2D. RGB value is (191,89,45). Sum of RGB (Red+Green+Blue) = 191+89+45=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF592D is #40A6D2. Grayscale: #727272. Windows color (decimal): -4237011 or 2972095. OLE color: 2972095.

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

Color convert

RGB 191 89 45 -
CMYK 0 0.53 0.76 0.25
HSL 18.08º 0.62% 0.46% -
HSV(B) 18.08º 0.76% 0.75% -
XYZ 25.53 18.41 4.69 -
YUV 114.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 191 89 45 0 0.53 0.76 0.25 18.08 0.62 0.46
Hex BF 59 2D 0 35 4C 19 12 3E 2E
Octal 277 131 55 0 65 114 31 22 76 56
Binary 10111111 1011001 101101 0 110101 1001100 11001 10010 111110 101110

Color Harmonies of #BF592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF592D

Black with #BF592D

Text Example


Text Example

White with #BF592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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