Html Css Color HEX #BA582F Smoke Tree

📋 copy color: '#BA582F'

red 186 ◦ green 88 ◦ blue 47

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

Shades of Smoke Tree #BA582F

Tints of Smoke Tree #BA582F

RGB

 RED value IS 186 (73.05% from 255) = 57.94%

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 57.94%
G = 27.41%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA582F (or 0xBA582F) is known color: Smoke Tree. HEX triplet: BA, 58 and 2F. RGB value is (186,88,47). Sum of RGB (Red+Green+Blue) = 186+88+47=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA582F is #45A7D0. Grayscale: #707070. Windows color (decimal): -4564945 or 3102906. OLE color: 3102906.

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

Color convert

RGB 186 88 47 -
CMYK 0 0.53 0.75 0.27
HSL 17.7º 0.6% 0.46% -
HSV(B) 17.7º 0.75% 0.73% -
XYZ 24.25 17.62 4.81 -
YUV 112.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 186 88 47 0 0.53 0.75 0.27 17.7 0.6 0.46
Hex BA 58 2F 0 35 4B 1B 12 3C 2E
Octal 272 130 57 0 65 113 33 22 74 56
Binary 10111010 1011000 101111 0 110101 1001011 11011 10010 111100 101110

Color Harmonies of #BA582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA582F

Black with #BA582F

Text Example


Text Example

White with #BA582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA582F; }

 p { color: rgb(186,88,47); }

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

background-color css

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

 a { background-color: rgb(186,88,47); }

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

border-color css

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

 span { border-color: rgb(186,88,47); }

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