Html Css Color HEX #B04774 Royal Heath

📋 copy color: '#B04774'

red 176 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #B04774

Tints of Royal Heath #B04774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 48.48%
G = 19.56%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B04774 (or 0xB04774) is known color: Royal Heath. HEX triplet: B0, 47 and 74. RGB value is (176,71,116). Sum of RGB (Red+Green+Blue) = 176+71+116=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04774 is #4FB88B. Grayscale: #6B6B6B. Windows color (decimal): -5224588 or 7620528. OLE color: 7620528.

HSL color Cylindrical-coordinate representation of color #B04774: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04774 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 116 -
CMYK 0 0.60 0.34 0.31
HSL 334.29º 0.43% 0.48% -
HSV(B) 334.29º 0.6% 0.69% -
XYZ 23.31 15 18.19 -
YUV 107.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 176 71 116 0 0.60 0.34 0.31 334.29 0.43 0.48
Hex B0 47 74 0 3C 22 1F 14E 2B 30
Octal 260 107 164 0 74 42 37 516 53 60
Binary 10110000 1000111 1110100 0 111100 100010 11111 101001110 101011 110000

Color Harmonies of #B04774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04774

Black with #B04774

Text Example


Text Example

White with #B04774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04774; }

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

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

background-color css

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

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

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

border-color css

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

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

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