Html Css Color HEX #BF582B Smoke Tree

📋 copy color: '#BF582B'

red 191 ◦ green 88 ◦ blue 43

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

Shades of Smoke Tree #BF582B

Tints of Smoke Tree #BF582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 59.32%
G = 27.33%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF582B (or 0xBF582B) is known color: Smoke Tree. HEX triplet: BF, 58 and 2B. RGB value is (191,88,43). Sum of RGB (Red+Green+Blue) = 191+88+43=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF582B is #40A7D4. Grayscale: #717171. Windows color (decimal): -4237269 or 2840767. OLE color: 2840767.

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

Color convert

RGB 191 88 43 -
CMYK 0 0.54 0.77 0.25
HSL 18.24º 0.63% 0.46% -
HSV(B) 18.24º 0.77% 0.75% -
XYZ 25.41 18.23 4.46 -
YUV 113.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 191 88 43 0 0.54 0.77 0.25 18.24 0.63 0.46
Hex BF 58 2B 0 36 4D 19 12 3F 2E
Octal 277 130 53 0 66 115 31 22 77 56
Binary 10111111 1011000 101011 0 110110 1001101 11001 10010 111111 101110

Color Harmonies of #BF582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF582B

Black with #BF582B

Text Example


Text Example

White with #BF582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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