Html Css Color HEX #B05274 Royal Heath

📋 copy color: '#B05274'

red 176 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #B05274

Tints of Royal Heath #B05274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 47.06%
G = 21.93%
B = 31.02%

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

#B05274 (or 0xB05274) is known color: Royal Heath. HEX triplet: B0, 52 and 74. RGB value is (176,82,116). Sum of RGB (Red+Green+Blue) = 176+82+116=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B05274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05274 is #4FAD8B. Grayscale: #717171. Windows color (decimal): -5221772 or 7623344. OLE color: 7623344.

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

Color convert

RGB 176 82 116 -
CMYK 0 0.53 0.34 0.31
HSL 338.3º 0.37% 0.51% -
HSV(B) 338.3º 0.53% 0.69% -
XYZ 24.07 16.53 18.44 -
YUV 113.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 176 82 116 0 0.53 0.34 0.31 338.3 0.37 0.51
Hex B0 52 74 0 35 22 1F 152 25 33
Octal 260 122 164 0 65 42 37 522 45 63
Binary 10110000 1010010 1110100 0 110101 100010 11111 101010010 100101 110011

Color Harmonies of #B05274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05274

Black with #B05274

Text Example


Text Example

White with #B05274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05274; }

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

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

background-color css

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

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

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

border-color css

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

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

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