Html Css Color HEX #B16CA2 Bouquet

📋 copy color: '#B16CA2'

red 177 ◦ green 108 ◦ blue 162

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

Shades of Bouquet #B16CA2

Tints of Bouquet #B16CA2

RGB

 RED value IS 177 (69.53% from 255) = 39.6%

 GREEN value IS 108 (42.58% from 255) = 24.16%

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 39.6%
G = 24.16%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B16CA2 (or 0xB16CA2) is known color: Bouquet. HEX triplet: B1, 6C and A2. RGB value is (177,108,162). Sum of RGB (Red+Green+Blue) = 177+108+162=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B16CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16CA2 is #4E935D. Grayscale: #868686. Windows color (decimal): -5149534 or 10644657. OLE color: 10644657.

HSL color Cylindrical-coordinate representation of color #B16CA2: hue angle of 313.04º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16CA2 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 108 162 -
CMYK 0 0.39 0.08 0.31
HSL 313.04º 0.31% 0.56% -
HSV(B) 313.04º 0.39% 0.69% -
XYZ 30.02 22.68 36.98 -
YUV 134.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 177 108 162 0 0.39 0.08 0.31 313.04 0.31 0.56
Hex B1 6C A2 0 27 8 1F 139 1F 38
Octal 261 154 242 0 47 10 37 471 37 70
Binary 10110001 1101100 10100010 0 100111 1000 11111 100111001 11111 111000

Color Harmonies of #B16CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CA2

Black with #B16CA2

Text Example


Text Example

White with #B16CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CA2; }

 p { color: rgb(177,108,162); }

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

background-color css

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

 a { background-color: rgb(177,108,162); }

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

border-color css

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

 span { border-color: rgb(177,108,162); }

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