Html Css Color HEX #B05374 Royal Heath

📋 copy color: '#B05374'

red 176 ◦ green 83 ◦ blue 116

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

Shades of Royal Heath #B05374

Tints of Royal Heath #B05374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 46.93%
G = 22.13%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B05374 (or 0xB05374) is known color: Royal Heath. HEX triplet: B0, 53 and 74. RGB value is (176,83,116). Sum of RGB (Red+Green+Blue) = 176+83+116=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B05374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05374 is #4FAC8B. Grayscale: #727272. Windows color (decimal): -5221516 or 7623600. OLE color: 7623600.

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

Color convert

RGB 176 83 116 -
CMYK 0 0.53 0.34 0.31
HSL 338.71º 0.37% 0.51% -
HSV(B) 338.71º 0.53% 0.69% -
XYZ 24.15 16.68 18.47 -
YUV 114.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 176 83 116 0 0.53 0.34 0.31 338.71 0.37 0.51
Hex B0 53 74 0 35 22 1F 153 25 33
Octal 260 123 164 0 65 42 37 523 45 63
Binary 10110000 1010011 1110100 0 110101 100010 11111 101010011 100101 110011

Color Harmonies of #B05374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05374

Black with #B05374

Text Example


Text Example

White with #B05374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05374; }

 p { color: rgb(176,83,116); }

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

background-color css

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

 a { background-color: rgb(176,83,116); }

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

border-color css

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

 span { border-color: rgb(176,83,116); }

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