Html Css Color HEX #BF5E35 Smoke Tree

📋 copy color: '#BF5E35'

red 191 ◦ green 94 ◦ blue 53

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

Shades of Smoke Tree #BF5E35

Tints of Smoke Tree #BF5E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 56.51%
G = 27.81%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF5E35 (or 0xBF5E35) is known color: Smoke Tree. HEX triplet: BF, 5E and 35. RGB value is (191,94,53). Sum of RGB (Red+Green+Blue) = 191+94+53=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E35 is #40A1CA. Grayscale: #767676. Windows color (decimal): -4235723 or 3497663. OLE color: 3497663.

HSL color Cylindrical-coordinate representation of color #BF5E35: hue angle of 17.83º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF5E35 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 53 -
CMYK 0 0.51 0.72 0.25
HSL 17.83º 0.57% 0.48% -
HSV(B) 17.83º 0.72% 0.75% -
XYZ 26.13 19.34 5.72 -
YUV 118.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 191 94 53 0 0.51 0.72 0.25 17.83 0.57 0.48
Hex BF 5E 35 0 33 48 19 12 39 30
Octal 277 136 65 0 63 110 31 22 71 60
Binary 10111111 1011110 110101 0 110011 1001000 11001 10010 111001 110000

Color Harmonies of #BF5E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E35

Black with #BF5E35

Text Example


Text Example

White with #BF5E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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