Html Css Color HEX #B36AA0 Bouquet

📋 copy color: '#B36AA0'

red 179 ◦ green 106 ◦ blue 160

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

Shades of Bouquet #B36AA0

Tints of Bouquet #B36AA0

RGB

 RED value IS 179 (70.31% from 255) = 40.22%

 GREEN value IS 106 (41.8% from 255) = 23.82%

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

R = 40.22%
G = 23.82%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B36AA0 (or 0xB36AA0) is known color: Bouquet. HEX triplet: B3, 6A and A0. RGB value is (179,106,160). Sum of RGB (Red+Green+Blue) = 179+106+160=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B36AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36AA0 is #4C955F. Grayscale: #858585. Windows color (decimal): -5018976 or 10513075. OLE color: 10513075.

HSL color Cylindrical-coordinate representation of color #B36AA0: hue angle of 315.62º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36AA0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 106 160 -
CMYK 0 0.41 0.11 0.30
HSL 315.62º 0.32% 0.56% -
HSV(B) 315.62º 0.41% 0.7% -
XYZ 30.09 22.43 36 -
YUV 133.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 179 106 160 0 0.41 0.11 0.30 315.62 0.32 0.56
Hex B3 6A A0 0 29 B 1E 13C 20 38
Octal 263 152 240 0 51 13 36 474 40 70
Binary 10110011 1101010 10100000 0 101001 1011 11110 100111100 100000 111000

Color Harmonies of #B36AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36AA0

Black with #B36AA0

Text Example


Text Example

White with #B36AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36AA0; }

 p { color: rgb(179,106,160); }

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

background-color css

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

 a { background-color: rgb(179,106,160); }

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

border-color css

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

 span { border-color: rgb(179,106,160); }

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