#B04B6E

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

Shades of Royal Heath #B04B6E

Tints of Royal Heath #B04B6E

Color information

#B04B6E (or 0xB04B6E) is unknown color: approx Royal Heath. HEX triplet: B0, 4B and 6E. RGB value is (176,75,110). Sum of RGB (Red+Green+Blue) = 176+75+110=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B6E is #4FB491. Grayscale: #6D6D6D. Windows color (decimal): -5223570 or 7228336. OLE color: 7228336.

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

Color convert

RGB17675110-
CMYK00.570.370.31
HSL339.21º40.24%49.22%-
HSV(B)339.21º57.39%69.02%-
XYZ23.2415.3916.5-
YUV109.19128.46175.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=48.75%
G=20.78%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767511000.570.370.31339.2140.2449.22
HexB04B6E039251F1532831
Octal26011315607145375235061
Binary1011000010010111101110011100110010111111101010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B6E; }

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

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

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

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

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

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

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

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