Html Css Color HEX #BF5831 Smoke Tree

📋 copy color: '#BF5831'

red 191 ◦ green 88 ◦ blue 49

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

Shades of Smoke Tree #BF5831

Tints of Smoke Tree #BF5831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 58.23%
G = 26.83%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF5831 (or 0xBF5831) is known color: Smoke Tree. HEX triplet: BF, 58 and 31. RGB value is (191,88,49). Sum of RGB (Red+Green+Blue) = 191+88+49=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5831 is #40A7CE. Grayscale: #727272. Windows color (decimal): -4237263 or 3233983. OLE color: 3233983.

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

Color convert

RGB 191 88 49 -
CMYK 0 0.54 0.74 0.25
HSL 16.48º 0.59% 0.47% -
HSV(B) 16.48º 0.74% 0.75% -
XYZ 25.53 18.28 5.09 -
YUV 114.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 191 88 49 0 0.54 0.74 0.25 16.48 0.59 0.47
Hex BF 58 31 0 36 4A 19 10 3B 2F
Octal 277 130 61 0 66 112 31 20 73 57
Binary 10111111 1011000 110001 0 110110 1001010 11001 10000 111011 101111

Color Harmonies of #BF5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5831

Black with #BF5831

Text Example


Text Example

White with #BF5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5831; }

 p { color: rgb(191,88,49); }

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

background-color css

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

 a { background-color: rgb(191,88,49); }

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

border-color css

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

 span { border-color: rgb(191,88,49); }

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