#BA675A

Color #BA675A Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #BA675A

Tints of Sunglo #BA675A

Color information

#BA675A (or 0xBA675A) is unknown color: approx Sunglo. HEX triplet: BA, 67 and 5A. RGB value is (186,103,90). Sum of RGB (Red+Green+Blue) = 186+103+90=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA675A is #4598A5. Grayscale: #7E7E7E. Windows color (decimal): -4561062 or 5924794. OLE color: 5924794.

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

Color convert

RGB18610390-
CMYK00.450.520.27
HSL8.13º41.03%54.12%-
HSV(B)8.13º51.61%72.94%-
XYZ26.9520.8812.28-
YUV126.34107.5170.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=49.08%
G=27.18%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861039000.450.520.278.1341.0354.12
HexBA675A02D341B82936
Octal2721471320556433105166
Binary10111010110011110110100101101110100110111000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA675A; }

 p { color: rgb(186,103,90); }

 H1.HeaderClassName
 {
   color: #BA675A;
 }
 .AnyTagClassName
 {
   color: #BA675A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,103,90); }

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

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

 span { border-color: rgb(186,103,90); }

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