#B9699A

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

Shades of Hopbush #B9699A

Tints of Hopbush #B9699A

Color information

#B9699A (or 0xB9699A) is unknown color: approx Hopbush. HEX triplet: B9, 69 and 9A. RGB value is (185,105,154). Sum of RGB (Red+Green+Blue) = 185+105+154=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9699A is #469665. Grayscale: #868686. Windows color (decimal): -4626022 or 10119609. OLE color: 10119609.

HSL color Cylindrical-coordinate representation of color #B9699A: hue angle of 323.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9699A is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185105154-
CMYK00.430.170.27
HSL323.25º36.36%56.86%-
HSV(B)323.25º43.24%72.55%-
XYZ30.8922.7533.33-
YUV134.51139164.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=41.67%
G=23.65%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510515400.430.170.27323.2536.3656.86
HexB9699A02B111B1432439
Octal27115123205321335034471
Binary1011100111010011001101001010111000111011101000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9699A; }

 p { color: rgb(185,105,154); }

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

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

 a { background-color: rgb(185,105,154); }

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

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

 span { border-color: rgb(185,105,154); }

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