Html Css Color HEX #BF5A34 Smoke Tree

📋 copy color: '#BF5A34'

red 191 ◦ green 90 ◦ blue 52

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

Shades of Smoke Tree #BF5A34

Tints of Smoke Tree #BF5A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 57.36%
G = 27.03%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF5A34 (or 0xBF5A34) is known color: Smoke Tree. HEX triplet: BF, 5A and 34. RGB value is (191,90,52). Sum of RGB (Red+Green+Blue) = 191+90+52=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A34 is #40A5CB. Grayscale: #747474. Windows color (decimal): -4236748 or 3431103. OLE color: 3431103.

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

Color convert

RGB 191 90 52 -
CMYK 0 0.53 0.73 0.25
HSL 16.4º 0.57% 0.48% -
HSV(B) 16.4º 0.73% 0.75% -
XYZ 25.76 18.64 5.49 -
YUV 115.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 191 90 52 0 0.53 0.73 0.25 16.4 0.57 0.48
Hex BF 5A 34 0 35 49 19 10 39 30
Octal 277 132 64 0 65 111 31 20 71 60
Binary 10111111 1011010 110100 0 110101 1001001 11001 10000 111001 110000

Color Harmonies of #BF5A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A34

Black with #BF5A34

Text Example


Text Example

White with #BF5A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A34; }

 p { color: rgb(191,90,52); }

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

background-color css

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

 a { background-color: rgb(191,90,52); }

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

border-color css

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

 span { border-color: rgb(191,90,52); }

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