Html Css Color HEX #BA635D Sunglo

📋 copy color: '#BA635D'

red 186 ◦ green 99 ◦ blue 93

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

Shades of Sunglo #BA635D

Tints of Sunglo #BA635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 49.21%
G = 26.19%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA635D (or 0xBA635D) is known color: Sunglo. HEX triplet: BA, 63 and 5D. RGB value is (186,99,93). Sum of RGB (Red+Green+Blue) = 186+99+93=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA635D is #459CA2. Grayscale: #7C7C7C. Windows color (decimal): -4562083 or 6120378. OLE color: 6120378.

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

Color convert

RGB 186 99 93 -
CMYK 0 0.47 0.5 0.27
HSL 3.87º 0.4% 0.55% -
HSV(B) 3.87º 0.5% 0.73% -
XYZ 26.69 20.15 12.84 -
YUV 124.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 186 99 93 0 0.47 0.5 0.27 3.87 0.4 0.55
Hex BA 63 5D 0 2F 32 1B 4 28 37
Octal 272 143 135 0 57 62 33 4 50 67
Binary 10111010 1100011 1011101 0 101111 110010 11011 100 101000 110111

Color Harmonies of #BA635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA635D

Black with #BA635D

Text Example


Text Example

White with #BA635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA635D; }

 p { color: rgb(186,99,93); }

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

background-color css

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

 a { background-color: rgb(186,99,93); }

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

border-color css

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

 span { border-color: rgb(186,99,93); }

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