Html Css Color HEX #BE3A6B Royal Heath

📋 copy color: '#BE3A6B'

red 190 ◦ green 58 ◦ blue 107

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

Shades of Royal Heath #BE3A6B

Tints of Royal Heath #BE3A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 53.52%
G = 16.34%
B = 30.14%

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

#BE3A6B (or 0xBE3A6B) is known color: Royal Heath. HEX triplet: BE, 3A and 6B. RGB value is (190,58,107). Sum of RGB (Red+Green+Blue) = 190+58+107=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A6B is #41C594. Grayscale: #666666. Windows color (decimal): -4310421 or 7027390. OLE color: 7027390.

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

Color convert

RGB 190 58 107 -
CMYK 0 0.69 0.44 0.25
HSL 337.73º 0.53% 0.49% -
HSV(B) 337.73º 0.69% 0.75% -
XYZ 25.4 15.03 15.47 -
YUV 103.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 190 58 107 0 0.69 0.44 0.25 337.73 0.53 0.49
Hex BE 3A 6B 0 45 2C 19 152 35 31
Octal 276 72 153 0 105 54 31 522 65 61
Binary 10111110 111010 1101011 0 1000101 101100 11001 101010010 110101 110001

Color Harmonies of #BE3A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A6B

Black with #BE3A6B

Text Example


Text Example

White with #BE3A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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