Html Css Color HEX #B15583 Royal Heath

📋 copy color: '#B15583'

red 177 ◦ green 85 ◦ blue 131

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

Shades of Royal Heath #B15583

Tints of Royal Heath #B15583

RGB

 RED value IS 177 (69.53% from 255) = 45.04%

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

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

R = 45.04%
G = 21.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B15583 (or 0xB15583) is known color: Royal Heath. HEX triplet: B1, 55 and 83. RGB value is (177,85,131). Sum of RGB (Red+Green+Blue) = 177+85+131=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B15583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15583 is #4EAA7C. Grayscale: #757575. Windows color (decimal): -5155453 or 8607153. OLE color: 8607153.

HSL color Cylindrical-coordinate representation of color #B15583: hue angle of 330º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15583 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 131 -
CMYK 0 0.52 0.26 0.31
HSL 330º 0.37% 0.51% -
HSV(B) 330º 0.52% 0.69% -
XYZ 25.48 17.48 23.5 -
YUV 117.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 177 85 131 0 0.52 0.26 0.31 330 0.37 0.51
Hex B1 55 83 0 34 1A 1F 14A 25 33
Octal 261 125 203 0 64 32 37 512 45 63
Binary 10110001 1010101 10000011 0 110100 11010 11111 101001010 100101 110011

Color Harmonies of #B15583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15583

Black with #B15583

Text Example


Text Example

White with #B15583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15583; }

 p { color: rgb(177,85,131); }

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

background-color css

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

 a { background-color: rgb(177,85,131); }

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

border-color css

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

 span { border-color: rgb(177,85,131); }

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