Html Css Color HEX #BF5931 Smoke Tree

📋 copy color: '#BF5931'

red 191 ◦ green 89 ◦ blue 49

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

Shades of Smoke Tree #BF5931

Tints of Smoke Tree #BF5931

RGB

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

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

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

R = 58.05%
G = 27.05%
B = 14.89%

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

#BF5931 (or 0xBF5931) is known color: Smoke Tree. HEX triplet: BF, 59 and 31. RGB value is (191,89,49). Sum of RGB (Red+Green+Blue) = 191+89+49=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5931 is #40A6CE. Grayscale: #737373. Windows color (decimal): -4237007 or 3234239. OLE color: 3234239.

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

Color convert

RGB 191 89 49 -
CMYK 0 0.53 0.74 0.25
HSL 16.9º 0.59% 0.47% -
HSV(B) 16.9º 0.74% 0.75% -
XYZ 25.61 18.44 5.12 -
YUV 114.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 191 89 49 0 0.53 0.74 0.25 16.9 0.59 0.47
Hex BF 59 31 0 35 4A 19 11 3B 2F
Octal 277 131 61 0 65 112 31 21 73 57
Binary 10111111 1011001 110001 0 110101 1001010 11001 10001 111011 101111

Color Harmonies of #BF5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5931

Black with #BF5931

Text Example


Text Example

White with #BF5931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5931; }

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

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

background-color css

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

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

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

border-color css

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

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

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