Html Css Color HEX #BF592C Smoke Tree

📋 copy color: '#BF592C'

red 191 ◦ green 89 ◦ blue 44

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

Shades of Smoke Tree #BF592C

Tints of Smoke Tree #BF592C

RGB

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

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

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

R = 58.95%
G = 27.47%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF592C (or 0xBF592C) is known color: Smoke Tree. HEX triplet: BF, 59 and 2C. RGB value is (191,89,44). Sum of RGB (Red+Green+Blue) = 191+89+44=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF592C is #40A6D3. Grayscale: #727272. Windows color (decimal): -4237012 or 2906559. OLE color: 2906559.

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

Color convert

RGB 191 89 44 -
CMYK 0 0.53 0.77 0.25
HSL 18.37º 0.63% 0.46% -
HSV(B) 18.37º 0.77% 0.75% -
XYZ 25.51 18.4 4.59 -
YUV 114.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 191 89 44 0 0.53 0.77 0.25 18.37 0.63 0.46
Hex BF 59 2C 0 35 4D 19 12 3F 2E
Octal 277 131 54 0 65 115 31 22 77 56
Binary 10111111 1011001 101100 0 110101 1001101 11001 10010 111111 101110

Color Harmonies of #BF592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF592C

Black with #BF592C

Text Example


Text Example

White with #BF592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF592C; }

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

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

background-color css

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

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

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

border-color css

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

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

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