Html Css Color HEX #BE6B8D Hopbush

📋 copy color: '#BE6B8D'

red 190 ◦ green 107 ◦ blue 141

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

Shades of Hopbush #BE6B8D

Tints of Hopbush #BE6B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.43%

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 43.38%
G = 24.43%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE6B8D (or 0xBE6B8D) is known color: Hopbush. HEX triplet: BE, 6B and 8D. RGB value is (190,107,141). Sum of RGB (Red+Green+Blue) = 190+107+141=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B8D is #419472. Grayscale: #878787. Windows color (decimal): -4297843 or 9268158. OLE color: 9268158.

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

Color convert

RGB 190 107 141 -
CMYK 0 0.44 0.26 0.25
HSL 335.42º 0.39% 0.58% -
HSV(B) 335.42º 0.44% 0.75% -
XYZ 31.3 23.39 28.06 -
YUV 135.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 190 107 141 0 0.44 0.26 0.25 335.42 0.39 0.58
Hex BE 6B 8D 0 2C 1A 19 14F 27 3A
Octal 276 153 215 0 54 32 31 517 47 72
Binary 10111110 1101011 10001101 0 101100 11010 11001 101001111 100111 111010

Color Harmonies of #BE6B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B8D

Black with #BE6B8D

Text Example


Text Example

White with #BE6B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B8D; }

 p { color: rgb(190,107,141); }

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

background-color css

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

 a { background-color: rgb(190,107,141); }

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

border-color css

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

 span { border-color: rgb(190,107,141); }

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