Html Css Color HEX #B36696 Bouquet

📋 copy color: '#B36696'

red 179 ◦ green 102 ◦ blue 150

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

Shades of Bouquet #B36696

Tints of Bouquet #B36696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 41.53%
G = 23.67%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B36696 (or 0xB36696) is known color: Bouquet. HEX triplet: B3, 66 and 96. RGB value is (179,102,150). Sum of RGB (Red+Green+Blue) = 179+102+150=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36696 is #4C9969. Grayscale: #828282. Windows color (decimal): -5020010 or 9856691. OLE color: 9856691.

HSL color Cylindrical-coordinate representation of color #B36696: hue angle of 322.6º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B36696 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 150 -
CMYK 0 0.43 0.16 0.30
HSL 322.6º 0.34% 0.55% -
HSV(B) 322.6º 0.43% 0.7% -
XYZ 28.85 21.29 31.44 -
YUV 130.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 179 102 150 0 0.43 0.16 0.30 322.6 0.34 0.55
Hex B3 66 96 0 2B 10 1E 143 22 37
Octal 263 146 226 0 53 20 36 503 42 67
Binary 10110011 1100110 10010110 0 101011 10000 11110 101000011 100010 110111

Color Harmonies of #B36696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36696

Black with #B36696

Text Example


Text Example

White with #B36696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36696; }

 p { color: rgb(179,102,150); }

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

background-color css

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

 a { background-color: rgb(179,102,150); }

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

border-color css

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

 span { border-color: rgb(179,102,150); }

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