Html Css Color HEX #B15B7A Royal Heath

📋 copy color: '#B15B7A'

red 177 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #B15B7A

Tints of Royal Heath #B15B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.33%

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

R = 45.38%
G = 23.33%
B = 31.28%

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

#B15B7A (or 0xB15B7A) is known color: Royal Heath. HEX triplet: B1, 5B and 7A. RGB value is (177,91,122). Sum of RGB (Red+Green+Blue) = 177+91+122=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B7A is #4EA485. Grayscale: #787878. Windows color (decimal): -5153926 or 8018865. OLE color: 8018865.

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

Color convert

RGB 177 91 122 -
CMYK 0 0.49 0.31 0.31
HSL 338.37º 0.36% 0.53% -
HSV(B) 338.37º 0.49% 0.69% -
XYZ 25.39 18.23 20.59 -
YUV 120.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 177 91 122 0 0.49 0.31 0.31 338.37 0.36 0.53
Hex B1 5B 7A 0 31 1F 1F 152 24 35
Octal 261 133 172 0 61 37 37 522 44 65
Binary 10110001 1011011 1111010 0 110001 11111 11111 101010010 100100 110101

Color Harmonies of #B15B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B7A

Black with #B15B7A

Text Example


Text Example

White with #B15B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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