Html Css Color HEX #B15A7A Royal Heath

📋 copy color: '#B15A7A'

red 177 ◦ green 90 ◦ blue 122

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

Shades of Royal Heath #B15A7A

Tints of Royal Heath #B15A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 45.5%
G = 23.14%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B15A7A (or 0xB15A7A) is known color: Royal Heath. HEX triplet: B1, 5A and 7A. RGB value is (177,90,122). Sum of RGB (Red+Green+Blue) = 177+90+122=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A7A is #4EA585. Grayscale: #777777. Windows color (decimal): -5154182 or 8018609. OLE color: 8018609.

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

Color convert

RGB 177 90 122 -
CMYK 0 0.49 0.31 0.31
HSL 337.93º 0.36% 0.52% -
HSV(B) 337.93º 0.49% 0.69% -
XYZ 25.3 18.06 20.57 -
YUV 119.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 177 90 122 0 0.49 0.31 0.31 337.93 0.36 0.52
Hex B1 5A 7A 0 31 1F 1F 152 24 34
Octal 261 132 172 0 61 37 37 522 44 64
Binary 10110001 1011010 1111010 0 110001 11111 11111 101010010 100100 110100

Color Harmonies of #B15A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A7A

Black with #B15A7A

Text Example


Text Example

White with #B15A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A7A; }

 p { color: rgb(177,90,122); }

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

background-color css

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

 a { background-color: rgb(177,90,122); }

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

border-color css

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

 span { border-color: rgb(177,90,122); }

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