Html Css Color HEX #BF5932 Smoke Tree

📋 copy color: '#BF5932'

red 191 ◦ green 89 ◦ blue 50

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

Shades of Smoke Tree #BF5932

Tints of Smoke Tree #BF5932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 57.88%
G = 26.97%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF5932 (or 0xBF5932) is known color: Smoke Tree. HEX triplet: BF, 59 and 32. RGB value is (191,89,50). Sum of RGB (Red+Green+Blue) = 191+89+50=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5932 is #40A6CD. Grayscale: #737373. Windows color (decimal): -4237006 or 3299775. OLE color: 3299775.

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

Color convert

RGB 191 89 50 -
CMYK 0 0.53 0.74 0.25
HSL 16.6º 0.59% 0.47% -
HSV(B) 16.6º 0.74% 0.75% -
XYZ 25.63 18.45 5.23 -
YUV 115.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 191 89 50 0 0.53 0.74 0.25 16.6 0.59 0.47
Hex BF 59 32 0 35 4A 19 11 3B 2F
Octal 277 131 62 0 65 112 31 21 73 57
Binary 10111111 1011001 110010 0 110101 1001010 11001 10001 111011 101111

Color Harmonies of #BF5932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5932

Black with #BF5932

Text Example


Text Example

White with #BF5932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5932; }

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

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

background-color css

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

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

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

border-color css

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

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

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