#B04B6C

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

Shades of Royal Heath #B04B6C

Tints of Royal Heath #B04B6C

Color information

#B04B6C (or 0xB04B6C) is unknown color: approx Royal Heath. HEX triplet: B0, 4B and 6C. RGB value is (176,75,108). Sum of RGB (Red+Green+Blue) = 176+75+108=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B6C is #4FB493. Grayscale: #6C6C6C. Windows color (decimal): -5223572 or 7097264. OLE color: 7097264.

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

Color convert

RGB17675108-
CMYK00.570.390.31
HSL340.4º40.24%49.22%-
HSV(B)340.4º57.39%69.02%-
XYZ23.1315.3415.93-
YUV108.96127.46175.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=49.03%
G=20.89%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767510800.570.390.31340.440.2449.22
HexB04B6C039271F1542831
Octal26011315407147375245061
Binary1011000010010111101100011100110011111111101010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B6C; }

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

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

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

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

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

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

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

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