Html Css Color HEX #BE6F8E Hopbush

📋 copy color: '#BE6F8E'

red 190 ◦ green 111 ◦ blue 142

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

Shades of Hopbush #BE6F8E

Tints of Hopbush #BE6F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

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

R = 42.89%
G = 25.06%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE6F8E (or 0xBE6F8E) is known color: Hopbush. HEX triplet: BE, 6F and 8E. RGB value is (190,111,142). Sum of RGB (Red+Green+Blue) = 190+111+142=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F8E is #419071. Grayscale: #8A8A8A. Windows color (decimal): -4296818 or 9334718. OLE color: 9334718.

HSL color Cylindrical-coordinate representation of color #BE6F8E: hue angle of 336.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6F8E is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 111 142 -
CMYK 0 0.42 0.25 0.25
HSL 336.46º 0.38% 0.59% -
HSV(B) 336.46º 0.42% 0.75% -
XYZ 31.8 24.27 28.6 -
YUV 138.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 190 111 142 0 0.42 0.25 0.25 336.46 0.38 0.59
Hex BE 6F 8E 0 2A 19 19 150 26 3B
Octal 276 157 216 0 52 31 31 520 46 73
Binary 10111110 1101111 10001110 0 101010 11001 11001 101010000 100110 111011

Color Harmonies of #BE6F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F8E

Black with #BE6F8E

Text Example


Text Example

White with #BE6F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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