Html Css Color HEX #BE6C9F Hopbush

📋 copy color: '#BE6C9F'

red 190 ◦ green 108 ◦ blue 159

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

Shades of Hopbush #BE6C9F

Tints of Hopbush #BE6C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 41.58%
G = 23.63%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE6C9F (or 0xBE6C9F) is known color: Hopbush. HEX triplet: BE, 6C and 9F. RGB value is (190,108,159). Sum of RGB (Red+Green+Blue) = 190+108+159=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C9F is #419360. Grayscale: #8A8A8A. Windows color (decimal): -4297569 or 10448062. OLE color: 10448062.

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

Color convert

RGB 190 108 159 -
CMYK 0 0.43 0.16 0.25
HSL 322.68º 0.39% 0.58% -
HSV(B) 322.68º 0.43% 0.75% -
XYZ 32.86 24.18 35.74 -
YUV 138.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 190 108 159 0 0.43 0.16 0.25 322.68 0.39 0.58
Hex BE 6C 9F 0 2B 10 19 143 27 3A
Octal 276 154 237 0 53 20 31 503 47 72
Binary 10111110 1101100 10011111 0 101011 10000 11001 101000011 100111 111010

Color Harmonies of #BE6C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C9F

Black with #BE6C9F

Text Example


Text Example

White with #BE6C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C9F; }

 p { color: rgb(190,108,159); }

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

background-color css

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

 a { background-color: rgb(190,108,159); }

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

border-color css

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

 span { border-color: rgb(190,108,159); }

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