#BF638A

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

Shades of Hopbush #BF638A

Tints of Hopbush #BF638A

Color information

#BF638A (or 0xBF638A) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 8A. RGB value is (191,99,138). Sum of RGB (Red+Green+Blue) = 191+99+138=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF638A is #409C75. Grayscale: #828282. Windows color (decimal): -4234358 or 9069503. OLE color: 9069503.

HSL color Cylindrical-coordinate representation of color #BF638A: hue angle of 334.57º 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 #BF638A is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19199138-
CMYK00.480.280.25
HSL334.57º41.82%56.86%-
HSV(B)334.57º48.17%74.9%-
XYZ30.5421.8426.65-
YUV130.95131.98170.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=44.63%
G=23.13%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919913800.480.280.25334.5741.8256.86
HexBF638A0301C1914f2a39
Octal27714321206034315175271
Binary1011111111000111000101001100001110011001101001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF638A; }

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

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

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

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

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

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

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

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