Html Css Color HEX #B15083 Royal Heath

📋 copy color: '#B15083'

red 177 ◦ green 80 ◦ blue 131

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

Shades of Royal Heath #B15083

Tints of Royal Heath #B15083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 45.62%
G = 20.62%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B15083 (or 0xB15083) is known color: Royal Heath. HEX triplet: B1, 50 and 83. RGB value is (177,80,131). Sum of RGB (Red+Green+Blue) = 177+80+131=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B15083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15083 is #4EAF7C. Grayscale: #727272. Windows color (decimal): -5156733 or 8605873. OLE color: 8605873.

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

Color convert

RGB 177 80 131 -
CMYK 0 0.55 0.26 0.31
HSL 328.45º 0.38% 0.5% -
HSV(B) 328.45º 0.55% 0.69% -
XYZ 25.1 16.72 23.38 -
YUV 114.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 177 80 131 0 0.55 0.26 0.31 328.45 0.38 0.5
Hex B1 50 83 0 37 1A 1F 148 26 32
Octal 261 120 203 0 67 32 37 510 46 62
Binary 10110001 1010000 10000011 0 110111 11010 11111 101001000 100110 110010

Color Harmonies of #B15083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15083

Black with #B15083

Text Example


Text Example

White with #B15083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15083; }

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

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

background-color css

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

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

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

border-color css

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

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

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