Html Css Color HEX #B36DA0 Bouquet

📋 copy color: '#B36DA0'

red 179 ◦ green 109 ◦ blue 160

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

Shades of Bouquet #B36DA0

Tints of Bouquet #B36DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.33%

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

R = 39.96%
G = 24.33%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B36DA0 (or 0xB36DA0) is known color: Bouquet. HEX triplet: B3, 6D and A0. RGB value is (179,109,160). Sum of RGB (Red+Green+Blue) = 179+109+160=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B36DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36DA0 is #4C925F. Grayscale: #878787. Windows color (decimal): -5018208 or 10513843. OLE color: 10513843.

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

Color convert

RGB 179 109 160 -
CMYK 0 0.39 0.11 0.30
HSL 316.29º 0.32% 0.56% -
HSV(B) 316.29º 0.39% 0.7% -
XYZ 30.4 23.06 36.11 -
YUV 135.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 179 109 160 0 0.39 0.11 0.30 316.29 0.32 0.56
Hex B3 6D A0 0 27 B 1E 13C 20 38
Octal 263 155 240 0 47 13 36 474 40 70
Binary 10110011 1101101 10100000 0 100111 1011 11110 100111100 100000 111000

Color Harmonies of #B36DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DA0

Black with #B36DA0

Text Example


Text Example

White with #B36DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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