Html Css Color HEX #BE3A6A Royal Heath

📋 copy color: '#BE3A6A'

red 190 ◦ green 58 ◦ blue 106

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

Shades of Royal Heath #BE3A6A

Tints of Royal Heath #BE3A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 53.67%
G = 16.38%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE3A6A (or 0xBE3A6A) is known color: Royal Heath. HEX triplet: BE, 3A and 6A. RGB value is (190,58,106). Sum of RGB (Red+Green+Blue) = 190+58+106=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A6A is #41C595. Grayscale: #666666. Windows color (decimal): -4310422 or 6961854. OLE color: 6961854.

HSL color Cylindrical-coordinate representation of color #BE3A6A: hue angle of 338.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A6A is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 106 -
CMYK 0 0.69 0.44 0.25
HSL 338.18º 0.53% 0.49% -
HSV(B) 338.18º 0.69% 0.75% -
XYZ 25.35 15.01 15.2 -
YUV 102.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 190 58 106 0 0.69 0.44 0.25 338.18 0.53 0.49
Hex BE 3A 6A 0 45 2C 19 152 35 31
Octal 276 72 152 0 105 54 31 522 65 61
Binary 10111110 111010 1101010 0 1000101 101100 11001 101010010 110101 110001

Color Harmonies of #BE3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A6A

Black with #BE3A6A

Text Example


Text Example

White with #BE3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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