Html Css Color HEX #B05785 Royal Heath

📋 copy color: '#B05785'

red 176 ◦ green 87 ◦ blue 133

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

Shades of Royal Heath #B05785

Tints of Royal Heath #B05785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.59%

R = 44.44%
G = 21.97%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B05785 (or 0xB05785) is known color: Royal Heath. HEX triplet: B0, 57 and 85. RGB value is (176,87,133). Sum of RGB (Red+Green+Blue) = 176+87+133=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05785 is #4FA87A. Grayscale: #767676. Windows color (decimal): -5220475 or 8738736. OLE color: 8738736.

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

Color convert

RGB 176 87 133 -
CMYK 0 0.51 0.24 0.31
HSL 328.99º 0.36% 0.52% -
HSV(B) 328.99º 0.51% 0.69% -
XYZ 25.55 17.74 24.27 -
YUV 118.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 176 87 133 0 0.51 0.24 0.31 328.99 0.36 0.52
Hex B0 57 85 0 33 18 1F 149 24 34
Octal 260 127 205 0 63 30 37 511 44 64
Binary 10110000 1010111 10000101 0 110011 11000 11111 101001001 100100 110100

Color Harmonies of #B05785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05785

Black with #B05785

Text Example


Text Example

White with #B05785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05785; }

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

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

background-color css

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

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

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

border-color css

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

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

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