Html Css Color HEX #BF5A32 Smoke Tree

📋 copy color: '#BF5A32'

red 191 ◦ green 90 ◦ blue 50

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

Shades of Smoke Tree #BF5A32

Tints of Smoke Tree #BF5A32

RGB

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

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

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

R = 57.7%
G = 27.19%
B = 15.11%

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

#BF5A32 (or 0xBF5A32) is known color: Smoke Tree. HEX triplet: BF, 5A and 32. RGB value is (191,90,50). Sum of RGB (Red+Green+Blue) = 191+90+50=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A32 is #40A5CD. Grayscale: #737373. Windows color (decimal): -4236750 or 3300031. OLE color: 3300031.

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

Color convert

RGB 191 90 50 -
CMYK 0 0.53 0.74 0.25
HSL 17.02º 0.59% 0.47% -
HSV(B) 17.02º 0.74% 0.75% -
XYZ 25.72 18.62 5.26 -
YUV 115.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 191 90 50 0 0.53 0.74 0.25 17.02 0.59 0.47
Hex BF 5A 32 0 35 4A 19 11 3B 2F
Octal 277 132 62 0 65 112 31 21 73 57
Binary 10111111 1011010 110010 0 110101 1001010 11001 10001 111011 101111

Color Harmonies of #BF5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A32

Black with #BF5A32

Text Example


Text Example

White with #BF5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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