Html Css Color HEX #BF5E39 Smoke Tree

📋 copy color: '#BF5E39'

red 191 ◦ green 94 ◦ blue 57

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

Shades of Smoke Tree #BF5E39

Tints of Smoke Tree #BF5E39

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 57 (22.66% from 255) = 16.67%

R = 55.85%
G = 27.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF5E39 (or 0xBF5E39) is known color: Smoke Tree. HEX triplet: BF, 5E and 39. RGB value is (191,94,57). Sum of RGB (Red+Green+Blue) = 191+94+57=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E39 is #40A1C6. Grayscale: #777777. Windows color (decimal): -4235719 or 3759807. OLE color: 3759807.

HSL color Cylindrical-coordinate representation of color #BF5E39: hue angle of 16.57º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF5E39 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 57 -
CMYK 0 0.51 0.70 0.25
HSL 16.57º 0.54% 0.49% -
HSV(B) 16.57º 0.7% 0.75% -
XYZ 26.23 19.38 6.23 -
YUV 118.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 191 94 57 0 0.51 0.70 0.25 16.57 0.54 0.49
Hex BF 5E 39 0 33 46 19 11 36 31
Octal 277 136 71 0 63 106 31 21 66 61
Binary 10111111 1011110 111001 0 110011 1000110 11001 10001 110110 110001

Color Harmonies of #BF5E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E39

Black with #BF5E39

Text Example


Text Example

White with #BF5E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E39; }

 p { color: rgb(191,94,57); }

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

background-color css

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

 a { background-color: rgb(191,94,57); }

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

border-color css

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

 span { border-color: rgb(191,94,57); }

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