Html Css Color HEX #B966A3 Bouquet

📋 copy color: '#B966A3'

red 185 ◦ green 102 ◦ blue 163

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

Shades of Bouquet #B966A3

Tints of Bouquet #B966A3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.67%

 BLUE value IS 163 (64.06% from 255) = 36.22%

R = 41.11%
G = 22.67%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B966A3 (or 0xB966A3) is known color: Bouquet. HEX triplet: B9, 66 and A3. RGB value is (185,102,163). Sum of RGB (Red+Green+Blue) = 185+102+163=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B966A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966A3 is #46995C. Grayscale: #858585. Windows color (decimal): -4626781 or 10708665. OLE color: 10708665.

HSL color Cylindrical-coordinate representation of color #B966A3: hue angle of 315.9º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966A3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 163 -
CMYK 0 0.45 0.12 0.27
HSL 315.9º 0.37% 0.56% -
HSV(B) 315.9º 0.45% 0.73% -
XYZ 31.37 22.46 37.33 -
YUV 133.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 185 102 163 0 0.45 0.12 0.27 315.9 0.37 0.56
Hex B9 66 A3 0 2D C 1B 13C 25 38
Octal 271 146 243 0 55 14 33 474 45 70
Binary 10111001 1100110 10100011 0 101101 1100 11011 100111100 100101 111000

Color Harmonies of #B966A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966A3

Black with #B966A3

Text Example


Text Example

White with #B966A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966A3; }

 p { color: rgb(185,102,163); }

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

background-color css

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

 a { background-color: rgb(185,102,163); }

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

border-color css

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

 span { border-color: rgb(185,102,163); }

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