Html Css Color HEX #B05270 Royal Heath

📋 copy color: '#B05270'

red 176 ◦ green 82 ◦ blue 112

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

Shades of Royal Heath #B05270

Tints of Royal Heath #B05270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 47.57%
G = 22.16%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B05270 (or 0xB05270) is known color: Royal Heath. HEX triplet: B0, 52 and 70. RGB value is (176,82,112). Sum of RGB (Red+Green+Blue) = 176+82+112=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B05270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05270 is #4FAD8F. Grayscale: #717171. Windows color (decimal): -5221776 or 7361200. OLE color: 7361200.

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

Color convert

RGB 176 82 112 -
CMYK 0 0.53 0.36 0.31
HSL 340.85º 0.37% 0.51% -
HSV(B) 340.85º 0.53% 0.69% -
XYZ 23.85 16.43 17.24 -
YUV 113.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 176 82 112 0 0.53 0.36 0.31 340.85 0.37 0.51
Hex B0 52 70 0 35 24 1F 155 25 33
Octal 260 122 160 0 65 44 37 525 45 63
Binary 10110000 1010010 1110000 0 110101 100100 11111 101010101 100101 110011

Color Harmonies of #B05270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05270

Black with #B05270

Text Example


Text Example

White with #B05270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05270; }

 p { color: rgb(176,82,112); }

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

background-color css

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

 a { background-color: rgb(176,82,112); }

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

border-color css

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

 span { border-color: rgb(176,82,112); }

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