Html Css Color HEX #B05271 Royal Heath

📋 copy color: '#B05271'

red 176 ◦ green 82 ◦ blue 113

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

Shades of Royal Heath #B05271

Tints of Royal Heath #B05271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 47.44%
G = 22.1%
B = 30.46%

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

#B05271 (or 0xB05271) is known color: Royal Heath. HEX triplet: B0, 52 and 71. RGB value is (176,82,113). Sum of RGB (Red+Green+Blue) = 176+82+113=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B05271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05271 is #4FAD8E. Grayscale: #717171. Windows color (decimal): -5221775 or 7426736. OLE color: 7426736.

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

Color convert

RGB 176 82 113 -
CMYK 0 0.53 0.36 0.31
HSL 340.21º 0.37% 0.51% -
HSV(B) 340.21º 0.53% 0.69% -
XYZ 23.9 16.46 17.54 -
YUV 113.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 176 82 113 0 0.53 0.36 0.31 340.21 0.37 0.51
Hex B0 52 71 0 35 24 1F 154 25 33
Octal 260 122 161 0 65 44 37 524 45 63
Binary 10110000 1010010 1110001 0 110101 100100 11111 101010100 100101 110011

Color Harmonies of #B05271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05271

Black with #B05271

Text Example


Text Example

White with #B05271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05271; }

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

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

background-color css

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

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

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

border-color css

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

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

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