#B95C7E

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

Shades of Royal Heath #B95C7E

Tints of Royal Heath #B95C7E

Color information

#B95C7E (or 0xB95C7E) is unknown color: approx Royal Heath. HEX triplet: B9, 5C and 7E. RGB value is (185,92,126). Sum of RGB (Red+Green+Blue) = 185+92+126=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C7E is #46A381. Grayscale: #7B7B7B. Windows color (decimal): -4629378 or 8281273. OLE color: 8281273.

HSL color Cylindrical-coordinate representation of color #B95C7E: hue angle of 338.06º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C7E is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18592126-
CMYK00.500.320.27
HSL338.06º39.91%54.31%-
HSV(B)338.06º50.27%72.55%-
XYZ27.619.4722.04-
YUV123.68129.31171.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=45.91%
G=22.83%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859212600.500.320.27338.0639.9154.31
HexB95C7E032201B1522836
Octal27113417606240335225066
Binary1011100110111001111110011001010000011011101010010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C7E; }

 p { color: rgb(185,92,126); }

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

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

 a { background-color: rgb(185,92,126); }

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

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

 span { border-color: rgb(185,92,126); }

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