Html Css Color HEX #BF5935 Smoke Tree

📋 copy color: '#BF5935'

red 191 ◦ green 89 ◦ blue 53

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

Shades of Smoke Tree #BF5935

Tints of Smoke Tree #BF5935

RGB

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

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

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

R = 57.36%
G = 26.73%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF5935 (or 0xBF5935) is known color: Smoke Tree. HEX triplet: BF, 59 and 35. RGB value is (191,89,53). Sum of RGB (Red+Green+Blue) = 191+89+53=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5935 is #40A6CA. Grayscale: #737373. Windows color (decimal): -4237003 or 3496383. OLE color: 3496383.

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

Color convert

RGB 191 89 53 -
CMYK 0 0.53 0.72 0.25
HSL 15.65º 0.57% 0.48% -
HSV(B) 15.65º 0.72% 0.75% -
XYZ 25.7 18.48 5.58 -
YUV 115.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 191 89 53 0 0.53 0.72 0.25 15.65 0.57 0.48
Hex BF 59 35 0 35 48 19 10 39 30
Octal 277 131 65 0 65 110 31 20 71 60
Binary 10111111 1011001 110101 0 110101 1001000 11001 10000 111001 110000

Color Harmonies of #BF5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5935

Black with #BF5935

Text Example


Text Example

White with #BF5935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5935; }

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

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

background-color css

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

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

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

border-color css

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

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

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