Html Css Color HEX #BA602E Smoke Tree

📋 copy color: '#BA602E'

red 186 ◦ green 96 ◦ blue 46

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

Shades of Smoke Tree #BA602E

Tints of Smoke Tree #BA602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 56.71%
G = 29.27%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA602E (or 0xBA602E) is known color: Smoke Tree. HEX triplet: BA, 60 and 2E. RGB value is (186,96,46). Sum of RGB (Red+Green+Blue) = 186+96+46=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA602E is #459FD1. Grayscale: #757575. Windows color (decimal): -4562898 or 3039418. OLE color: 3039418.

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

Color convert

RGB 186 96 46 -
CMYK 0 0.48 0.75 0.27
HSL 21.43º 0.6% 0.45% -
HSV(B) 21.43º 0.75% 0.73% -
XYZ 24.93 19 4.94 -
YUV 117.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 186 96 46 0 0.48 0.75 0.27 21.43 0.6 0.45
Hex BA 60 2E 0 30 4B 1B 15 3C 2D
Octal 272 140 56 0 60 113 33 25 74 55
Binary 10111010 1100000 101110 0 110000 1001011 11011 10101 111100 101101

Color Harmonies of #BA602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA602E

Black with #BA602E

Text Example


Text Example

White with #BA602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA602E; }

 p { color: rgb(186,96,46); }

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

background-color css

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

 a { background-color: rgb(186,96,46); }

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

border-color css

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

 span { border-color: rgb(186,96,46); }

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