Html Css Color HEX #B35C7A Royal Heath

📋 copy color: '#B35C7A'

red 179 ◦ green 92 ◦ blue 122

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

Shades of Royal Heath #B35C7A

Tints of Royal Heath #B35C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

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

R = 45.55%
G = 23.41%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B35C7A (or 0xB35C7A) is known color: Royal Heath. HEX triplet: B3, 5C and 7A. RGB value is (179,92,122). Sum of RGB (Red+Green+Blue) = 179+92+122=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C7A is #4CA385. Grayscale: #797979. Windows color (decimal): -5022598 or 8019123. OLE color: 8019123.

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

Color convert

RGB 179 92 122 -
CMYK 0 0.49 0.32 0.30
HSL 339.31º 0.36% 0.53% -
HSV(B) 339.31º 0.49% 0.7% -
XYZ 25.93 18.64 20.64 -
YUV 121.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 179 92 122 0 0.49 0.32 0.30 339.31 0.36 0.53
Hex B3 5C 7A 0 31 20 1E 153 24 35
Octal 263 134 172 0 61 40 36 523 44 65
Binary 10110011 1011100 1111010 0 110001 100000 11110 101010011 100100 110101

Color Harmonies of #B35C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C7A

Black with #B35C7A

Text Example


Text Example

White with #B35C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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