Html Css Color HEX #BE638A Hopbush

📋 copy color: '#BE638A'

red 190 ◦ green 99 ◦ blue 138

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

Shades of Hopbush #BE638A

Tints of Hopbush #BE638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 44.5%
G = 23.19%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE638A (or 0xBE638A) is known color: Hopbush. HEX triplet: BE, 63 and 8A. RGB value is (190,99,138). Sum of RGB (Red+Green+Blue) = 190+99+138=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE638A is #419C75. Grayscale: #828282. Windows color (decimal): -4299894 or 9069502. OLE color: 9069502.

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

Color convert

RGB 190 99 138 -
CMYK 0 0.48 0.27 0.25
HSL 334.29º 0.41% 0.57% -
HSV(B) 334.29º 0.48% 0.75% -
XYZ 30.28 21.71 26.64 -
YUV 130.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 190 99 138 0 0.48 0.27 0.25 334.29 0.41 0.57
Hex BE 63 8A 0 30 1B 19 14E 29 39
Octal 276 143 212 0 60 33 31 516 51 71
Binary 10111110 1100011 10001010 0 110000 11011 11001 101001110 101001 111001

Color Harmonies of #BE638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE638A

Black with #BE638A

Text Example


Text Example

White with #BE638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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