Html Css Color HEX #B05772 Royal Heath

📋 copy color: '#B05772'

red 176 ◦ green 87 ◦ blue 114

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

Shades of Royal Heath #B05772

Tints of Royal Heath #B05772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 46.68%
G = 23.08%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05772 (or 0xB05772) is known color: Royal Heath. HEX triplet: B0, 57 and 72. RGB value is (176,87,114). Sum of RGB (Red+Green+Blue) = 176+87+114=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B05772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05772 is #4FA88D. Grayscale: #747474. Windows color (decimal): -5220494 or 7493552. OLE color: 7493552.

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

Color convert

RGB 176 87 114 -
CMYK 0 0.51 0.35 0.31
HSL 341.8º 0.36% 0.52% -
HSV(B) 341.8º 0.51% 0.69% -
XYZ 24.35 17.26 17.97 -
YUV 116.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 176 87 114 0 0.51 0.35 0.31 341.8 0.36 0.52
Hex B0 57 72 0 33 23 1F 156 24 34
Octal 260 127 162 0 63 43 37 526 44 64
Binary 10110000 1010111 1110010 0 110011 100011 11111 101010110 100100 110100

Color Harmonies of #B05772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05772

Black with #B05772

Text Example


Text Example

White with #B05772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05772; }

 p { color: rgb(176,87,114); }

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

background-color css

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

 a { background-color: rgb(176,87,114); }

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

border-color css

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

 span { border-color: rgb(176,87,114); }

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