#B4507B

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

Shades of Royal Heath #B4507B

Tints of Royal Heath #B4507B

Color information

#B4507B (or 0xB4507B) is unknown color: approx Royal Heath. HEX triplet: B4, 50 and 7B. RGB value is (180,80,123). Sum of RGB (Red+Green+Blue) = 180+80+123=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4507B is #4BAF84. Grayscale: #727272. Windows color (decimal): -4960133 or 8081588. OLE color: 8081588.

HSL color Cylindrical-coordinate representation of color #B4507B: hue angle of 334.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4507B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18080123-
CMYK00.560.320.29
HSL334.2º40%50.98%-
HSV(B)334.2º55.56%70.59%-
XYZ25.2716.8720.66-
YUV114.8132.63174.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=47.00%
G=20.89%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808012300.560.320.29334.24050.98
HexB4507B038201D14e2833
Octal26412017307040355165063
Binary1011010010100001111011011100010000011101101001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4507B; }

 p { color: rgb(180,80,123); }

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

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

 a { background-color: rgb(180,80,123); }

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

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

 span { border-color: rgb(180,80,123); }

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