Html Css Color HEX #BE6A8C Hopbush

📋 copy color: '#BE6A8C'

red 190 ◦ green 106 ◦ blue 140

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

Shades of Hopbush #BE6A8C

Tints of Hopbush #BE6A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 43.58%
G = 24.31%
B = 32.11%

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

#BE6A8C (or 0xBE6A8C) is known color: Hopbush. HEX triplet: BE, 6A and 8C. RGB value is (190,106,140). Sum of RGB (Red+Green+Blue) = 190+106+140=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A8C is #419573. Grayscale: #868686. Windows color (decimal): -4298100 or 9202366. OLE color: 9202366.

HSL color Cylindrical-coordinate representation of color #BE6A8C: hue angle of 335.71º 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 #BE6A8C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 140 -
CMYK 0 0.44 0.26 0.25
HSL 335.71º 0.39% 0.58% -
HSV(B) 335.71º 0.44% 0.75% -
XYZ 31.12 23.15 27.64 -
YUV 134.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 190 106 140 0 0.44 0.26 0.25 335.71 0.39 0.58
Hex BE 6A 8C 0 2C 1A 19 150 27 3A
Octal 276 152 214 0 54 32 31 520 47 72
Binary 10111110 1101010 10001100 0 101100 11010 11001 101010000 100111 111010

Color Harmonies of #BE6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A8C

Black with #BE6A8C

Text Example


Text Example

White with #BE6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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