Html Css Color HEX #BF582A Smoke Tree

📋 copy color: '#BF582A'

red 191 ◦ green 88 ◦ blue 42

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

Shades of Smoke Tree #BF582A

Tints of Smoke Tree #BF582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.08%

R = 59.5%
G = 27.41%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF582A (or 0xBF582A) is known color: Smoke Tree. HEX triplet: BF, 58 and 2A. RGB value is (191,88,42). Sum of RGB (Red+Green+Blue) = 191+88+42=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF582A is #40A7D5. Grayscale: #717171. Windows color (decimal): -4237270 or 2775231. OLE color: 2775231.

HSL color Cylindrical-coordinate representation of color #BF582A: hue angle of 18.52º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF582A is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 42 -
CMYK 0 0.54 0.78 0.25
HSL 18.52º 0.64% 0.46% -
HSV(B) 18.52º 0.78% 0.75% -
XYZ 25.39 18.22 4.37 -
YUV 113.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 191 88 42 0 0.54 0.78 0.25 18.52 0.64 0.46
Hex BF 58 2A 0 36 4E 19 13 40 2E
Octal 277 130 52 0 66 116 31 23 100 56
Binary 10111111 1011000 101010 0 110110 1001110 11001 10011 1000000 101110

Color Harmonies of #BF582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF582A

Black with #BF582A

Text Example


Text Example

White with #BF582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF582A; }

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

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

background-color css

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

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

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

border-color css

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

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

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