Html Css Color HEX #B05875 Royal Heath

📋 copy color: '#B05875'

red 176 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #B05875

Tints of Royal Heath #B05875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 46.19%
G = 23.1%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B05875 (or 0xB05875) is known color: Royal Heath. HEX triplet: B0, 58 and 75. RGB value is (176,88,117). Sum of RGB (Red+Green+Blue) = 176+88+117=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B05875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05875 is #4FA78A. Grayscale: #757575. Windows color (decimal): -5220235 or 7690416. OLE color: 7690416.

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

Color convert

RGB 176 88 117 -
CMYK 0 0.50 0.34 0.31
HSL 340.23º 0.36% 0.52% -
HSV(B) 340.23º 0.5% 0.69% -
XYZ 24.61 17.49 18.91 -
YUV 117.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 176 88 117 0 0.50 0.34 0.31 340.23 0.36 0.52
Hex B0 58 75 0 32 22 1F 154 24 34
Octal 260 130 165 0 62 42 37 524 44 64
Binary 10110000 1011000 1110101 0 110010 100010 11111 101010100 100100 110100

Color Harmonies of #B05875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05875

Black with #B05875

Text Example


Text Example

White with #B05875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05875; }

 p { color: rgb(176,88,117); }

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

background-color css

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

 a { background-color: rgb(176,88,117); }

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

border-color css

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

 span { border-color: rgb(176,88,117); }

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