Html Css Color HEX #BE7E9C Hopbush

📋 copy color: '#BE7E9C'

red 190 ◦ green 126 ◦ blue 156

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

Shades of Hopbush #BE7E9C

Tints of Hopbush #BE7E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 40.25%
G = 26.69%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE7E9C (or 0xBE7E9C) is known color: Hopbush. HEX triplet: BE, 7E and 9C. RGB value is (190,126,156). Sum of RGB (Red+Green+Blue) = 190+126+156=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E9C is #418163. Grayscale: #949494. Windows color (decimal): -4292964 or 10256062. OLE color: 10256062.

HSL color Cylindrical-coordinate representation of color #BE7E9C: hue angle of 331.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7E9C is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 126 156 -
CMYK 0 0.34 0.18 0.25
HSL 331.88º 0.33% 0.62% -
HSV(B) 331.88º 0.34% 0.75% -
XYZ 34.7 28.27 35.08 -
YUV 148.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 190 126 156 0 0.34 0.18 0.25 331.88 0.33 0.62
Hex BE 7E 9C 0 22 12 19 14C 21 3E
Octal 276 176 234 0 42 22 31 514 41 76
Binary 10111110 1111110 10011100 0 100010 10010 11001 101001100 100001 111110

Color Harmonies of #BE7E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E9C

Black with #BE7E9C

Text Example


Text Example

White with #BE7E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E9C; }

 p { color: rgb(190,126,156); }

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

background-color css

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

 a { background-color: rgb(190,126,156); }

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

border-color css

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

 span { border-color: rgb(190,126,156); }

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