#B04B75

Color #B04B75 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B04B75

Tints of Royal Heath #B04B75

Color information

#B04B75 (or 0xB04B75) is unknown color: approx Royal Heath. HEX triplet: B0, 4B and 75. RGB value is (176,75,117). Sum of RGB (Red+Green+Blue) = 176+75+117=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B75 is #4FB48A. Grayscale: #6D6D6D. Windows color (decimal): -5223563 or 7687088. OLE color: 7687088.

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

Color convert

RGB17675117-
CMYK00.570.340.31
HSL335.05º40.24%49.22%-
HSV(B)335.05º57.39%69.02%-
XYZ23.6315.5518.58-
YUV109.99131.96175.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=47.83%
G=20.38%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767511700.570.340.31335.0540.2449.22
HexB04B75039221F14f2831
Octal26011316507142375175061
Binary1011000010010111110101011100110001011111101001111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B75; }

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

 H1.HeaderClassName
 {
   color: #B04B75;
 }
 .AnyTagClassName
 {
   color: #B04B75;
 }
</style>
background-color css

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

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

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

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

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

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