Html Css Color HEX #B04E7A Royal Heath

📋 copy color: '#B04E7A'

red 176 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #B04E7A

Tints of Royal Heath #B04E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 46.81%
G = 20.74%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B04E7A (or 0xB04E7A) is known color: Royal Heath. HEX triplet: B0, 4E and 7A. RGB value is (176,78,122). Sum of RGB (Red+Green+Blue) = 176+78+122=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E7A is #4FB185. Grayscale: #707070. Windows color (decimal): -5222790 or 8015536. OLE color: 8015536.

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

Color convert

RGB 176 78 122 -
CMYK 0 0.56 0.31 0.31
HSL 333.06º 0.39% 0.5% -
HSV(B) 333.06º 0.56% 0.69% -
XYZ 24.14 16.08 20.24 -
YUV 112.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 176 78 122 0 0.56 0.31 0.31 333.06 0.39 0.5
Hex B0 4E 7A 0 38 1F 1F 14D 27 32
Octal 260 116 172 0 70 37 37 515 47 62
Binary 10110000 1001110 1111010 0 111000 11111 11111 101001101 100111 110010

Color Harmonies of #B04E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E7A

Black with #B04E7A

Text Example


Text Example

White with #B04E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E7A; }

 p { color: rgb(176,78,122); }

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

background-color css

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

 a { background-color: rgb(176,78,122); }

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

border-color css

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

 span { border-color: rgb(176,78,122); }

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