#BF356B

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

Shades of Royal Heath #BF356B

Tints of Royal Heath #BF356B

Color information

#BF356B (or 0xBF356B) is unknown color: approx Royal Heath. HEX triplet: BF, 35 and 6B. RGB value is (191,53,107). Sum of RGB (Red+Green+Blue) = 191+53+107=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF356B is #40CA94. Grayscale: #646464. Windows color (decimal): -4246165 or 7026111. OLE color: 7026111.

HSL color Cylindrical-coordinate representation of color #BF356B: hue angle of 336.52º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF356B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19153107-
CMYK00.720.440.25
HSL336.52º56.56%47.84%-
HSV(B)336.52º72.25%74.9%-
XYZ25.4114.6815.4-
YUV100.42131.72192.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=54.42%
G=15.10%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915310700.720.440.25336.5256.5647.84
HexBF356B0482C191513930
Octal27765153011054315217160
Binary1011111111010111010110100100010110011001101010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF356B; }

 p { color: rgb(191,53,107); }

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

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

 a { background-color: rgb(191,53,107); }

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

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

 span { border-color: rgb(191,53,107); }

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