Html Css Color HEX #B36596 Bouquet

📋 copy color: '#B36596'

red 179 ◦ green 101 ◦ blue 150

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

Shades of Bouquet #B36596

Tints of Bouquet #B36596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

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

R = 41.63%
G = 23.49%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B36596 (or 0xB36596) is known color: Bouquet. HEX triplet: B3, 65 and 96. RGB value is (179,101,150). Sum of RGB (Red+Green+Blue) = 179+101+150=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B36596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36596 is #4C9A69. Grayscale: #818181. Windows color (decimal): -5020266 or 9856435. OLE color: 9856435.

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

Color convert

RGB 179 101 150 -
CMYK 0 0.44 0.16 0.30
HSL 322.31º 0.34% 0.55% -
HSV(B) 322.31º 0.44% 0.7% -
XYZ 28.75 21.09 31.41 -
YUV 129.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 179 101 150 0 0.44 0.16 0.30 322.31 0.34 0.55
Hex B3 65 96 0 2C 10 1E 142 22 37
Octal 263 145 226 0 54 20 36 502 42 67
Binary 10110011 1100101 10010110 0 101100 10000 11110 101000010 100010 110111

Color Harmonies of #B36596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36596

Black with #B36596

Text Example


Text Example

White with #B36596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36596; }

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

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

background-color css

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

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

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

border-color css

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

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

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