Html Css Color HEX #B35172 Royal Heath

📋 copy color: '#B35172'

red 179 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #B35172

Tints of Royal Heath #B35172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 47.86%
G = 21.66%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B35172 (or 0xB35172) is known color: Royal Heath. HEX triplet: B3, 51 and 72. RGB value is (179,81,114). Sum of RGB (Red+Green+Blue) = 179+81+114=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B35172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35172 is #4CAE8D. Grayscale: #727272. Windows color (decimal): -5025422 or 7492019. OLE color: 7492019.

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

Color convert

RGB 179 81 114 -
CMYK 0 0.55 0.36 0.30
HSL 339.8º 0.39% 0.51% -
HSV(B) 339.8º 0.55% 0.7% -
XYZ 24.57 16.68 17.84 -
YUV 114.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 179 81 114 0 0.55 0.36 0.30 339.8 0.39 0.51
Hex B3 51 72 0 37 24 1E 154 27 33
Octal 263 121 162 0 67 44 36 524 47 63
Binary 10110011 1010001 1110010 0 110111 100100 11110 101010100 100111 110011

Color Harmonies of #B35172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35172

Black with #B35172

Text Example


Text Example

White with #B35172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35172; }

 p { color: rgb(179,81,114); }

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

background-color css

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

 a { background-color: rgb(179,81,114); }

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

border-color css

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

 span { border-color: rgb(179,81,114); }

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