Html Css Color HEX #B05681 Royal Heath

📋 copy color: '#B05681'

red 176 ◦ green 86 ◦ blue 129

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

Shades of Royal Heath #B05681

Tints of Royal Heath #B05681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

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

R = 45.01%
G = 21.99%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05681 (or 0xB05681) is known color: Royal Heath. HEX triplet: B0, 56 and 81. RGB value is (176,86,129). Sum of RGB (Red+Green+Blue) = 176+86+129=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05681 is #4FA97E. Grayscale: #757575. Windows color (decimal): -5220735 or 8476336. OLE color: 8476336.

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

Color convert

RGB 176 86 129 -
CMYK 0 0.51 0.27 0.31
HSL 331.33º 0.36% 0.51% -
HSV(B) 331.33º 0.51% 0.69% -
XYZ 25.19 17.47 22.81 -
YUV 117.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 176 86 129 0 0.51 0.27 0.31 331.33 0.36 0.51
Hex B0 56 81 0 33 1B 1F 14B 24 33
Octal 260 126 201 0 63 33 37 513 44 63
Binary 10110000 1010110 10000001 0 110011 11011 11111 101001011 100100 110011

Color Harmonies of #B05681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05681

Black with #B05681

Text Example


Text Example

White with #B05681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05681; }

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

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

background-color css

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

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

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

border-color css

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

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

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