#BF638B

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

Shades of Hopbush #BF638B

Tints of Hopbush #BF638B

Color information

#BF638B (or 0xBF638B) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 8B. RGB value is (191,99,139). Sum of RGB (Red+Green+Blue) = 191+99+139=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF638B is #409C74. Grayscale: #838383. Windows color (decimal): -4234357 or 9135039. OLE color: 9135039.

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

Color convert

RGB19199139-
CMYK00.480.270.25
HSL333.91º41.82%56.86%-
HSV(B)333.91º48.17%74.9%-
XYZ30.6121.8627.03-
YUV131.07132.48170.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=44.52%
G=23.08%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919913900.480.270.25333.9141.8256.86
HexBF638B0301B1914e2a39
Octal27714321306033315165271
Binary1011111111000111000101101100001101111001101001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF638B; }

 p { color: rgb(191,99,139); }

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

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

 a { background-color: rgb(191,99,139); }

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

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

 span { border-color: rgb(191,99,139); }

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