Html Css Color HEX #BE7D9C Hopbush

📋 copy color: '#BE7D9C'

red 190 ◦ green 125 ◦ blue 156

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

Shades of Hopbush #BE7D9C

Tints of Hopbush #BE7D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 40.34%
G = 26.54%
B = 33.12%

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

#BE7D9C (or 0xBE7D9C) is known color: Hopbush. HEX triplet: BE, 7D and 9C. RGB value is (190,125,156). Sum of RGB (Red+Green+Blue) = 190+125+156=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D9C is #418263. Grayscale: #939393. Windows color (decimal): -4293220 or 10255806. OLE color: 10255806.

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

Color convert

RGB 190 125 156 -
CMYK 0 0.34 0.18 0.25
HSL 331.38º 0.33% 0.62% -
HSV(B) 331.38º 0.34% 0.75% -
XYZ 34.57 28.01 35.04 -
YUV 147.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 190 125 156 0 0.34 0.18 0.25 331.38 0.33 0.62
Hex BE 7D 9C 0 22 12 19 14B 21 3E
Octal 276 175 234 0 42 22 31 513 41 76
Binary 10111110 1111101 10011100 0 100010 10010 11001 101001011 100001 111110

Color Harmonies of #BE7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D9C

Black with #BE7D9C

Text Example


Text Example

White with #BE7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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