Html Css Color HEX #BF5F32 Smoke Tree

📋 copy color: '#BF5F32'

red 191 ◦ green 95 ◦ blue 50

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

Shades of Smoke Tree #BF5F32

Tints of Smoke Tree #BF5F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 56.85%
G = 28.27%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF5F32 (or 0xBF5F32) is known color: Smoke Tree. HEX triplet: BF, 5F and 32. RGB value is (191,95,50). Sum of RGB (Red+Green+Blue) = 191+95+50=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5F32 is #40A0CD. Grayscale: #767676. Windows color (decimal): -4235470 or 3301311. OLE color: 3301311.

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

Color convert

RGB 191 95 50 -
CMYK 0 0.50 0.74 0.25
HSL 19.15º 0.59% 0.47% -
HSV(B) 19.15º 0.74% 0.75% -
XYZ 26.15 19.49 5.4 -
YUV 118.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 191 95 50 0 0.50 0.74 0.25 19.15 0.59 0.47
Hex BF 5F 32 0 32 4A 19 13 3B 2F
Octal 277 137 62 0 62 112 31 23 73 57
Binary 10111111 1011111 110010 0 110010 1001010 11001 10011 111011 101111

Color Harmonies of #BF5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5F32

Black with #BF5F32

Text Example


Text Example

White with #BF5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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