Html Css Color HEX #B05175 Royal Heath

📋 copy color: '#B05175'

red 176 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #B05175

Tints of Royal Heath #B05175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 47.06%
G = 21.66%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B05175 (or 0xB05175) is known color: Royal Heath. HEX triplet: B0, 51 and 75. RGB value is (176,81,117). Sum of RGB (Red+Green+Blue) = 176+81+117=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B05175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05175 is #4FAE8A. Grayscale: #717171. Windows color (decimal): -5222027 or 7688624. OLE color: 7688624.

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

Color convert

RGB 176 81 117 -
CMYK 0 0.54 0.34 0.31
HSL 337.26º 0.38% 0.5% -
HSV(B) 337.26º 0.54% 0.69% -
XYZ 24.06 16.4 18.73 -
YUV 113.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 176 81 117 0 0.54 0.34 0.31 337.26 0.38 0.5
Hex B0 51 75 0 36 22 1F 151 26 32
Octal 260 121 165 0 66 42 37 521 46 62
Binary 10110000 1010001 1110101 0 110110 100010 11111 101010001 100110 110010

Color Harmonies of #B05175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05175

Black with #B05175

Text Example


Text Example

White with #B05175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05175; }

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

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

background-color css

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

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

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

border-color css

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

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

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