Html Css Color HEX #BA628D Hopbush

📋 copy color: '#BA628D'

red 186 ◦ green 98 ◦ blue 141

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

Shades of Hopbush #BA628D

Tints of Hopbush #BA628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 43.76%
G = 23.06%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA628D (or 0xBA628D) is known color: Hopbush. HEX triplet: BA, 62 and 8D. RGB value is (186,98,141). Sum of RGB (Red+Green+Blue) = 186+98+141=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA628D is #459D72. Grayscale: #818181. Windows color (decimal): -4562291 or 9265850. OLE color: 9265850.

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

Color convert

RGB 186 98 141 -
CMYK 0 0.47 0.24 0.27
HSL 330.68º 0.39% 0.56% -
HSV(B) 330.68º 0.47% 0.73% -
XYZ 29.43 21.1 27.72 -
YUV 129.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 186 98 141 0 0.47 0.24 0.27 330.68 0.39 0.56
Hex BA 62 8D 0 2F 18 1B 14B 27 38
Octal 272 142 215 0 57 30 33 513 47 70
Binary 10111010 1100010 10001101 0 101111 11000 11011 101001011 100111 111000

Color Harmonies of #BA628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA628D

Black with #BA628D

Text Example


Text Example

White with #BA628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA628D; }

 p { color: rgb(186,98,141); }

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

background-color css

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

 a { background-color: rgb(186,98,141); }

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

border-color css

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

 span { border-color: rgb(186,98,141); }

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