#B65B7B

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

Shades of Royal Heath #B65B7B

Tints of Royal Heath #B65B7B

Color information

#B65B7B (or 0xB65B7B) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 7B. RGB value is (182,91,123). Sum of RGB (Red+Green+Blue) = 182+91+123=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B7B is #49A484. Grayscale: #797979. Windows color (decimal): -4826245 or 8084406. OLE color: 8084406.

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

Color convert

RGB18291123-
CMYK00.50.320.29
HSL338.9º38.4%53.53%-
HSV(B)338.9º50%71.37%-
XYZ26.6118.8620.98-
YUV121.86128.65170.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=45.96%
G=22.98%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829112300.50.320.29338.938.453.53
HexB65B7B032201D1532636
Octal26613317306240355234666
Binary1011011010110111111011011001010000011101101010011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B7B; }

 p { color: rgb(182,91,123); }

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

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

 a { background-color: rgb(182,91,123); }

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

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

 span { border-color: rgb(182,91,123); }

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