Html Css Color HEX #B35E7A Royal Heath

📋 copy color: '#B35E7A'

red 179 ◦ green 94 ◦ blue 122

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

Shades of Royal Heath #B35E7A

Tints of Royal Heath #B35E7A

RGB

 RED value IS 179 (70.31% from 255) = 45.32%

 GREEN value IS 94 (37.11% from 255) = 23.8%

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 45.32%
G = 23.8%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B35E7A (or 0xB35E7A) is known color: Royal Heath. HEX triplet: B3, 5E and 7A. RGB value is (179,94,122). Sum of RGB (Red+Green+Blue) = 179+94+122=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E7A is #4CA185. Grayscale: #7A7A7A. Windows color (decimal): -5022086 or 8019635. OLE color: 8019635.

HSL color Cylindrical-coordinate representation of color #B35E7A: hue angle of 340.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35E7A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 122 -
CMYK 0 0.47 0.32 0.30
HSL 340.24º 0.36% 0.54% -
HSV(B) 340.24º 0.47% 0.7% -
XYZ 26.11 18.99 20.7 -
YUV 122.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 179 94 122 0 0.47 0.32 0.30 340.24 0.36 0.54
Hex B3 5E 7A 0 2F 20 1E 154 24 36
Octal 263 136 172 0 57 40 36 524 44 66
Binary 10110011 1011110 1111010 0 101111 100000 11110 101010100 100100 110110

Color Harmonies of #B35E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E7A

Black with #B35E7A

Text Example


Text Example

White with #B35E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E7A; }

 p { color: rgb(179,94,122); }

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

background-color css

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

 a { background-color: rgb(179,94,122); }

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

border-color css

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

 span { border-color: rgb(179,94,122); }

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