Html Css Color HEX #BA5834 Smoke Tree

📋 copy color: '#BA5834'

red 186 ◦ green 88 ◦ blue 52

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

Shades of Smoke Tree #BA5834

Tints of Smoke Tree #BA5834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 57.06%
G = 26.99%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5834 (or 0xBA5834) is known color: Smoke Tree. HEX triplet: BA, 58 and 34. RGB value is (186,88,52). Sum of RGB (Red+Green+Blue) = 186+88+52=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5834 is #45A7CB. Grayscale: #717171. Windows color (decimal): -4564940 or 3430586. OLE color: 3430586.

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

Color convert

RGB 186 88 52 -
CMYK 0 0.53 0.72 0.27
HSL 16.12º 0.56% 0.47% -
HSV(B) 16.12º 0.72% 0.73% -
XYZ 24.36 17.67 5.37 -
YUV 113.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 186 88 52 0 0.53 0.72 0.27 16.12 0.56 0.47
Hex BA 58 34 0 35 48 1B 10 38 2F
Octal 272 130 64 0 65 110 33 20 70 57
Binary 10111010 1011000 110100 0 110101 1001000 11011 10000 111000 101111

Color Harmonies of #BA5834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5834

Black with #BA5834

Text Example


Text Example

White with #BA5834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5834; }

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

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

background-color css

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

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

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

border-color css

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

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

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