Html Css Color HEX #B36698 Bouquet

📋 copy color: '#B36698'

red 179 ◦ green 102 ◦ blue 152

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

Shades of Bouquet #B36698

Tints of Bouquet #B36698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 41.34%
G = 23.56%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B36698 (or 0xB36698) is known color: Bouquet. HEX triplet: B3, 66 and 98. RGB value is (179,102,152). Sum of RGB (Red+Green+Blue) = 179+102+152=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B36698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36698 is #4C9967. Grayscale: #828282. Windows color (decimal): -5020008 or 9987763. OLE color: 9987763.

HSL color Cylindrical-coordinate representation of color #B36698: hue angle of 321.04º 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 #B36698 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 152 -
CMYK 0 0.43 0.15 0.30
HSL 321.04º 0.34% 0.55% -
HSV(B) 321.04º 0.43% 0.7% -
XYZ 29.01 21.35 32.3 -
YUV 130.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 179 102 152 0 0.43 0.15 0.30 321.04 0.34 0.55
Hex B3 66 98 0 2B F 1E 141 22 37
Octal 263 146 230 0 53 17 36 501 42 67
Binary 10110011 1100110 10011000 0 101011 1111 11110 101000001 100010 110111

Color Harmonies of #B36698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36698

Black with #B36698

Text Example


Text Example

White with #B36698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36698; }

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

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

background-color css

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

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

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

border-color css

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

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

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