Html Css Color HEX #BF5930 Smoke Tree

📋 copy color: '#BF5930'

red 191 ◦ green 89 ◦ blue 48

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

Shades of Smoke Tree #BF5930

Tints of Smoke Tree #BF5930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 58.23%
G = 27.13%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF5930 (or 0xBF5930) is known color: Smoke Tree. HEX triplet: BF, 59 and 30. RGB value is (191,89,48). Sum of RGB (Red+Green+Blue) = 191+89+48=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5930 is #40A6CF. Grayscale: #737373. Windows color (decimal): -4237008 or 3168703. OLE color: 3168703.

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

Color convert

RGB 191 89 48 -
CMYK 0 0.53 0.75 0.25
HSL 17.2º 0.6% 0.47% -
HSV(B) 17.2º 0.75% 0.75% -
XYZ 25.59 18.43 5.01 -
YUV 114.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 191 89 48 0 0.53 0.75 0.25 17.2 0.6 0.47
Hex BF 59 30 0 35 4B 19 11 3C 2F
Octal 277 131 60 0 65 113 31 21 74 57
Binary 10111111 1011001 110000 0 110101 1001011 11001 10001 111100 101111

Color Harmonies of #BF5930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5930

Black with #BF5930

Text Example


Text Example

White with #BF5930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5930; }

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

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

background-color css

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

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

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

border-color css

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

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

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