Html Css Color HEX #B35383 Royal Heath

📋 copy color: '#B35383'

red 179 ◦ green 83 ◦ blue 131

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

Shades of Royal Heath #B35383

Tints of Royal Heath #B35383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 45.55%
G = 21.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B35383 (or 0xB35383) is known color: Royal Heath. HEX triplet: B3, 53 and 83. RGB value is (179,83,131). Sum of RGB (Red+Green+Blue) = 179+83+131=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B35383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35383 is #4CAC7C. Grayscale: #757575. Windows color (decimal): -5024893 or 8606643. OLE color: 8606643.

HSL color Cylindrical-coordinate representation of color #B35383: hue angle of 330º 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 #B35383 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 131 -
CMYK 0 0.54 0.27 0.30
HSL 330º 0.39% 0.51% -
HSV(B) 330º 0.54% 0.7% -
XYZ 25.78 17.41 23.47 -
YUV 117.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 179 83 131 0 0.54 0.27 0.30 330 0.39 0.51
Hex B3 53 83 0 36 1B 1E 14A 27 33
Octal 263 123 203 0 66 33 36 512 47 63
Binary 10110011 1010011 10000011 0 110110 11011 11110 101001010 100111 110011

Color Harmonies of #B35383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35383

Black with #B35383

Text Example


Text Example

White with #B35383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35383; }

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

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

background-color css

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

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

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

border-color css

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

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

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