Html Css Color HEX #BE6A8E Hopbush

📋 copy color: '#BE6A8E'

red 190 ◦ green 106 ◦ blue 142

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

Shades of Hopbush #BE6A8E

Tints of Hopbush #BE6A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 43.38%
G = 24.2%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE6A8E (or 0xBE6A8E) is known color: Hopbush. HEX triplet: BE, 6A and 8E. RGB value is (190,106,142). Sum of RGB (Red+Green+Blue) = 190+106+142=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A8E is #419571. Grayscale: #878787. Windows color (decimal): -4298098 or 9333438. OLE color: 9333438.

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

Color convert

RGB 190 106 142 -
CMYK 0 0.44 0.25 0.25
HSL 334.29º 0.39% 0.58% -
HSV(B) 334.29º 0.44% 0.75% -
XYZ 31.27 23.21 28.42 -
YUV 135.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 190 106 142 0 0.44 0.25 0.25 334.29 0.39 0.58
Hex BE 6A 8E 0 2C 19 19 14E 27 3A
Octal 276 152 216 0 54 31 31 516 47 72
Binary 10111110 1101010 10001110 0 101100 11001 11001 101001110 100111 111010

Color Harmonies of #BE6A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A8E

Black with #BE6A8E

Text Example


Text Example

White with #BE6A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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