Html Css Color HEX #BE638E Hopbush

📋 copy color: '#BE638E'

red 190 ◦ green 99 ◦ blue 142

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

Shades of Hopbush #BE638E

Tints of Hopbush #BE638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

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

R = 44.08%
G = 22.97%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE638E (or 0xBE638E) is known color: Hopbush. HEX triplet: BE, 63 and 8E. RGB value is (190,99,142). Sum of RGB (Red+Green+Blue) = 190+99+142=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE638E is #419C71. Grayscale: #838383. Windows color (decimal): -4299890 or 9331646. OLE color: 9331646.

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

Color convert

RGB 190 99 142 -
CMYK 0 0.48 0.25 0.25
HSL 331.65º 0.41% 0.57% -
HSV(B) 331.65º 0.48% 0.75% -
XYZ 30.58 21.82 28.19 -
YUV 131.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 190 99 142 0 0.48 0.25 0.25 331.65 0.41 0.57
Hex BE 63 8E 0 30 19 19 14C 29 39
Octal 276 143 216 0 60 31 31 514 51 71
Binary 10111110 1100011 10001110 0 110000 11001 11001 101001100 101001 111001

Color Harmonies of #BE638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE638E

Black with #BE638E

Text Example


Text Example

White with #BE638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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