#BD658C

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

Shades of Hopbush #BD658C

Tints of Hopbush #BD658C

Color information

#BD658C (or 0xBD658C) is unknown color: approx Hopbush. HEX triplet: BD, 65 and 8C. RGB value is (189,101,140). Sum of RGB (Red+Green+Blue) = 189+101+140=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD658C is #429A73. Grayscale: #838383. Windows color (decimal): -4364916 or 9201085. OLE color: 9201085.

HSL color Cylindrical-coordinate representation of color #BD658C: hue angle of 333.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD658C is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189101140-
CMYK00.470.260.26
HSL333.41º40%56.86%-
HSV(B)333.41º46.56%74.12%-
XYZ30.3722.0227.46-
YUV131.76132.65168.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=43.95%
G=23.49%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910114000.470.260.26333.414056.86
HexBD658C02F1A1A14d2839
Octal27514521405732325155071
Binary1011110111001011000110001011111101011010101001101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD658C; }

 p { color: rgb(189,101,140); }

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

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

 a { background-color: rgb(189,101,140); }

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

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

 span { border-color: rgb(189,101,140); }

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