Html Css Color HEX #B05A7D Royal Heath

📋 copy color: '#B05A7D'

red 176 ◦ green 90 ◦ blue 125

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

Shades of Royal Heath #B05A7D

Tints of Royal Heath #B05A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 45.01%
G = 23.02%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B05A7D (or 0xB05A7D) is known color: Royal Heath. HEX triplet: B0, 5A and 7D. RGB value is (176,90,125). Sum of RGB (Red+Green+Blue) = 176+90+125=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A7D is #4FA582. Grayscale: #777777. Windows color (decimal): -5219715 or 8215216. OLE color: 8215216.

HSL color Cylindrical-coordinate representation of color #B05A7D: hue angle of 335.58º degrees, saturation: 0.35, 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 #B05A7D is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 125 -
CMYK 0 0.49 0.29 0.31
HSL 335.58º 0.35% 0.52% -
HSV(B) 335.58º 0.49% 0.69% -
XYZ 25.26 18.02 21.55 -
YUV 119.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 176 90 125 0 0.49 0.29 0.31 335.58 0.35 0.52
Hex B0 5A 7D 0 31 1D 1F 150 23 34
Octal 260 132 175 0 61 35 37 520 43 64
Binary 10110000 1011010 1111101 0 110001 11101 11111 101010000 100011 110100

Color Harmonies of #B05A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A7D

Black with #B05A7D

Text Example


Text Example

White with #B05A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A7D; }

 p { color: rgb(176,90,125); }

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

background-color css

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

 a { background-color: rgb(176,90,125); }

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

border-color css

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

 span { border-color: rgb(176,90,125); }

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