Html Css Color HEX #B35376 Royal Heath

📋 copy color: '#B35376'

red 179 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #B35376

Tints of Royal Heath #B35376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 47.11%
G = 21.84%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B35376 (or 0xB35376) is known color: Royal Heath. HEX triplet: B3, 53 and 76. RGB value is (179,83,118). Sum of RGB (Red+Green+Blue) = 179+83+118=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B35376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35376 is #4CAC89. Grayscale: #737373. Windows color (decimal): -5024906 or 7754675. OLE color: 7754675.

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

Color convert

RGB 179 83 118 -
CMYK 0 0.54 0.34 0.30
HSL 338.13º 0.39% 0.51% -
HSV(B) 338.13º 0.54% 0.7% -
XYZ 24.95 17.08 19.12 -
YUV 115.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 179 83 118 0 0.54 0.34 0.30 338.13 0.39 0.51
Hex B3 53 76 0 36 22 1E 152 27 33
Octal 263 123 166 0 66 42 36 522 47 63
Binary 10110011 1010011 1110110 0 110110 100010 11110 101010010 100111 110011

Color Harmonies of #B35376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35376

Black with #B35376

Text Example


Text Example

White with #B35376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35376; }

 p { color: rgb(179,83,118); }

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

background-color css

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

 a { background-color: rgb(179,83,118); }

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

border-color css

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

 span { border-color: rgb(179,83,118); }

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