Html Css Color HEX #BA5F34 Smoke Tree

📋 copy color: '#BA5F34'

red 186 ◦ green 95 ◦ blue 52

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

Shades of Smoke Tree #BA5F34

Tints of Smoke Tree #BA5F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

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

R = 55.86%
G = 28.53%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5F34 (or 0xBA5F34) is known color: Smoke Tree. HEX triplet: BA, 5F and 34. RGB value is (186,95,52). Sum of RGB (Red+Green+Blue) = 186+95+52=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F34 is #45A0CB. Grayscale: #757575. Windows color (decimal): -4563148 or 3432378. OLE color: 3432378.

HSL color Cylindrical-coordinate representation of color #BA5F34: hue angle of 19.25º 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 #BA5F34 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 52 -
CMYK 0 0.49 0.72 0.27
HSL 19.25º 0.56% 0.47% -
HSV(B) 19.25º 0.72% 0.73% -
XYZ 24.96 18.87 5.58 -
YUV 117.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 186 95 52 0 0.49 0.72 0.27 19.25 0.56 0.47
Hex BA 5F 34 0 31 48 1B 13 38 2F
Octal 272 137 64 0 61 110 33 23 70 57
Binary 10111010 1011111 110100 0 110001 1001000 11011 10011 111000 101111

Color Harmonies of #BA5F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F34

Black with #BA5F34

Text Example


Text Example

White with #BA5F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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