Html Css Color HEX #B969A0 Bouquet

📋 copy color: '#B969A0'

red 185 ◦ green 105 ◦ blue 160

#B969A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B969A0

Tints of Bouquet #B969A0

RGB

 RED value IS 185 (72.66% from 255) = 41.11%

 GREEN value IS 105 (41.41% from 255) = 23.33%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 41.11%
G = 23.33%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B969A0 (or 0xB969A0) is known color: Bouquet. HEX triplet: B9, 69 and A0. RGB value is (185,105,160). Sum of RGB (Red+Green+Blue) = 185+105+160=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B969A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969A0 is #46965F. Grayscale: #878787. Windows color (decimal): -4626016 or 10512825. OLE color: 10512825.

HSL color Cylindrical-coordinate representation of color #B969A0: hue angle of 318.75º 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 #B969A0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 160 -
CMYK 0 0.43 0.14 0.27
HSL 318.75º 0.36% 0.57% -
HSV(B) 318.75º 0.43% 0.73% -
XYZ 31.4 22.96 36.03 -
YUV 135.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 185 105 160 0 0.43 0.14 0.27 318.75 0.36 0.57
Hex B9 69 A0 0 2B E 1B 13F 24 39
Octal 271 151 240 0 53 16 33 477 44 71
Binary 10111001 1101001 10100000 0 101011 1110 11011 100111111 100100 111001

Color Harmonies of #B969A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969A0

Black with #B969A0

Text Example


Text Example

White with #B969A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969A0; }

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

 H1.HeaderClassName
 {
   color: #B969A0;
 }
 .AnyTagClassName
 {
   color: #B969A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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