Html Css Color HEX #BF5B33 Smoke Tree

📋 copy color: '#BF5B33'

red 191 ◦ green 91 ◦ blue 51

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

Shades of Smoke Tree #BF5B33

Tints of Smoke Tree #BF5B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 57.36%
G = 27.33%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF5B33 (or 0xBF5B33) is known color: Smoke Tree. HEX triplet: BF, 5B and 33. RGB value is (191,91,51). Sum of RGB (Red+Green+Blue) = 191+91+51=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B33 is #40A4CC. Grayscale: #747474. Windows color (decimal): -4236493 or 3365823. OLE color: 3365823.

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

Color convert

RGB 191 91 51 -
CMYK 0 0.52 0.73 0.25
HSL 17.14º 0.58% 0.47% -
HSV(B) 17.14º 0.73% 0.75% -
XYZ 25.82 18.8 5.4 -
YUV 116.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 191 91 51 0 0.52 0.73 0.25 17.14 0.58 0.47
Hex BF 5B 33 0 34 49 19 11 3A 2F
Octal 277 133 63 0 64 111 31 21 72 57
Binary 10111111 1011011 110011 0 110100 1001001 11001 10001 111010 101111

Color Harmonies of #BF5B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B33

Black with #BF5B33

Text Example


Text Example

White with #BF5B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B33; }

 p { color: rgb(191,91,51); }

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

background-color css

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

 a { background-color: rgb(191,91,51); }

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

border-color css

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

 span { border-color: rgb(191,91,51); }

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