Html Css Color HEX #BE6A8D Hopbush

📋 copy color: '#BE6A8D'

red 190 ◦ green 106 ◦ blue 141

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

Shades of Hopbush #BE6A8D

Tints of Hopbush #BE6A8D

RGB

 RED value IS 190 (74.61% from 255) = 43.48%

 GREEN value IS 106 (41.8% from 255) = 24.26%

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

R = 43.48%
G = 24.26%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE6A8D (or 0xBE6A8D) is known color: Hopbush. HEX triplet: BE, 6A and 8D. RGB value is (190,106,141). Sum of RGB (Red+Green+Blue) = 190+106+141=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A8D is #419572. Grayscale: #878787. Windows color (decimal): -4298099 or 9267902. OLE color: 9267902.

HSL color Cylindrical-coordinate representation of color #BE6A8D: hue angle of 335º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6A8D is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 141 -
CMYK 0 0.44 0.26 0.25
HSL 335º 0.39% 0.58% -
HSV(B) 335º 0.44% 0.75% -
XYZ 31.2 23.18 28.03 -
YUV 135.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 190 106 141 0 0.44 0.26 0.25 335 0.39 0.58
Hex BE 6A 8D 0 2C 1A 19 14F 27 3A
Octal 276 152 215 0 54 32 31 517 47 72
Binary 10111110 1101010 10001101 0 101100 11010 11001 101001111 100111 111010

Color Harmonies of #BE6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A8D

Black with #BE6A8D

Text Example


Text Example

White with #BE6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A8D; }

 p { color: rgb(190,106,141); }

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

background-color css

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

 a { background-color: rgb(190,106,141); }

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

border-color css

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

 span { border-color: rgb(190,106,141); }

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