Html Css Color HEX #B15072 Royal Heath

📋 copy color: '#B15072'

red 177 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #B15072

Tints of Royal Heath #B15072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 47.71%
G = 21.56%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B15072 (or 0xB15072) is known color: Royal Heath. HEX triplet: B1, 50 and 72. RGB value is (177,80,114). Sum of RGB (Red+Green+Blue) = 177+80+114=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B15072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15072 is #4EAF8D. Grayscale: #707070. Windows color (decimal): -5156750 or 7491761. OLE color: 7491761.

HSL color Cylindrical-coordinate representation of color #B15072: hue angle of 338.97º 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 #B15072 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 114 -
CMYK 0 0.55 0.36 0.31
HSL 338.97º 0.38% 0.5% -
HSV(B) 338.97º 0.55% 0.69% -
XYZ 24.04 16.3 17.8 -
YUV 112.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 177 80 114 0 0.55 0.36 0.31 338.97 0.38 0.5
Hex B1 50 72 0 37 24 1F 153 26 32
Octal 261 120 162 0 67 44 37 523 46 62
Binary 10110001 1010000 1110010 0 110111 100100 11111 101010011 100110 110010

Color Harmonies of #B15072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15072

Black with #B15072

Text Example


Text Example

White with #B15072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15072; }

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

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

background-color css

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

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

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

border-color css

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

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

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