#B83F6F

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

Shades of Royal Heath #B83F6F

Tints of Royal Heath #B83F6F

Color information

#B83F6F (or 0xB83F6F) is unknown color: approx Royal Heath. HEX triplet: B8, 3F and 6F. RGB value is (184,63,111). Sum of RGB (Red+Green+Blue) = 184+63+111=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83F6F is #47C090. Grayscale: #686868. Windows color (decimal): -4702353 or 7290808. OLE color: 7290808.

HSL color Cylindrical-coordinate representation of color #B83F6F: hue angle of 336.2º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F6F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18463111-
CMYK00.660.400.28
HSL336.2º48.99%48.43%-
HSV(B)336.2º65.76%72.16%-
XYZ24.4114.8916.63-
YUV104.65131.59184.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.40%
GREEN value IS 63 (25% from 255) = 17.60%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=51.40%
G=17.60%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846311100.660.400.28336.248.9948.43
HexB83F6F042281C1503130
Octal27077157010250345206160
Binary1011100011111111011110100001010100011100101010000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F6F; }

 p { color: rgb(184,63,111); }

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

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

 a { background-color: rgb(184,63,111); }

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

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

 span { border-color: rgb(184,63,111); }

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