Html Css Color HEX #B05281 Royal Heath

📋 copy color: '#B05281'

red 176 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #B05281

Tints of Royal Heath #B05281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 45.48%
G = 21.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05281 (or 0xB05281) is known color: Royal Heath. HEX triplet: B0, 52 and 81. RGB value is (176,82,129). Sum of RGB (Red+Green+Blue) = 176+82+129=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B05281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05281 is #4FAD7E. Grayscale: #737373. Windows color (decimal): -5221759 or 8475312. OLE color: 8475312.

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

Color convert

RGB 176 82 129 -
CMYK 0 0.53 0.27 0.31
HSL 330º 0.37% 0.51% -
HSV(B) 330º 0.53% 0.69% -
XYZ 24.88 16.85 22.71 -
YUV 115.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 176 82 129 0 0.53 0.27 0.31 330 0.37 0.51
Hex B0 52 81 0 35 1B 1F 14A 25 33
Octal 260 122 201 0 65 33 37 512 45 63
Binary 10110000 1010010 10000001 0 110101 11011 11111 101001010 100101 110011

Color Harmonies of #B05281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05281

Black with #B05281

Text Example


Text Example

White with #B05281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05281; }

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

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

background-color css

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

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

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

border-color css

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

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

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