Html Css Color HEX #B35575 Royal Heath

📋 copy color: '#B35575'

red 179 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #B35575

Tints of Royal Heath #B35575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 46.98%
G = 22.31%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B35575 (or 0xB35575) is known color: Royal Heath. HEX triplet: B3, 55 and 75. RGB value is (179,85,117). Sum of RGB (Red+Green+Blue) = 179+85+117=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B35575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35575 is #4CAA8A. Grayscale: #747474. Windows color (decimal): -5024395 or 7689651. OLE color: 7689651.

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

Color convert

RGB 179 85 117 -
CMYK 0 0.53 0.35 0.30
HSL 339.57º 0.38% 0.52% -
HSV(B) 339.57º 0.53% 0.7% -
XYZ 25.05 17.37 18.86 -
YUV 116.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 179 85 117 0 0.53 0.35 0.30 339.57 0.38 0.52
Hex B3 55 75 0 35 23 1E 154 26 34
Octal 263 125 165 0 65 43 36 524 46 64
Binary 10110011 1010101 1110101 0 110101 100011 11110 101010100 100110 110100

Color Harmonies of #B35575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35575

Black with #B35575

Text Example


Text Example

White with #B35575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35575; }

 p { color: rgb(179,85,117); }

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

background-color css

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

 a { background-color: rgb(179,85,117); }

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

border-color css

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

 span { border-color: rgb(179,85,117); }

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