Html Css Color HEX #B05C7F Royal Heath

📋 copy color: '#B05C7F'

red 176 ◦ green 92 ◦ blue 127

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

Shades of Royal Heath #B05C7F

Tints of Royal Heath #B05C7F

RGB

 RED value IS 176 (69.14% from 255) = 44.56%

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 127 (50% from 255) = 32.15%

R = 44.56%
G = 23.29%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B05C7F (or 0xB05C7F) is known color: Royal Heath. HEX triplet: B0, 5C and 7F. RGB value is (176,92,127). Sum of RGB (Red+Green+Blue) = 176+92+127=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C7F is #4FA380. Grayscale: #797979. Windows color (decimal): -5219201 or 8346800. OLE color: 8346800.

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

Color convert

RGB 176 92 127 -
CMYK 0 0.48 0.28 0.31
HSL 335º 0.35% 0.53% -
HSV(B) 335º 0.48% 0.69% -
XYZ 25.56 18.42 22.29 -
YUV 121.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 176 92 127 0 0.48 0.28 0.31 335 0.35 0.53
Hex B0 5C 7F 0 30 1C 1F 14F 23 35
Octal 260 134 177 0 60 34 37 517 43 65
Binary 10110000 1011100 1111111 0 110000 11100 11111 101001111 100011 110101

Color Harmonies of #B05C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C7F

Black with #B05C7F

Text Example


Text Example

White with #B05C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C7F; }

 p { color: rgb(176,92,127); }

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

background-color css

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

 a { background-color: rgb(176,92,127); }

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

border-color css

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

 span { border-color: rgb(176,92,127); }

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