Html Css Color HEX #B3699C Bouquet

📋 copy color: '#B3699C'

red 179 ◦ green 105 ◦ blue 156

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

Shades of Bouquet #B3699C

Tints of Bouquet #B3699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 40.68%
G = 23.86%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3699C (or 0xB3699C) is known color: Bouquet. HEX triplet: B3, 69 and 9C. RGB value is (179,105,156). Sum of RGB (Red+Green+Blue) = 179+105+156=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3699C is #4C9663. Grayscale: #848484. Windows color (decimal): -5019236 or 10250675. OLE color: 10250675.

HSL color Cylindrical-coordinate representation of color #B3699C: hue angle of 318.65º degrees, saturation: 0.33, 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 #B3699C is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 156 -
CMYK 0 0.41 0.13 0.30
HSL 318.65º 0.33% 0.56% -
HSV(B) 318.65º 0.41% 0.7% -
XYZ 29.64 22.09 34.15 -
YUV 132.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 179 105 156 0 0.41 0.13 0.30 318.65 0.33 0.56
Hex B3 69 9C 0 29 D 1E 13F 21 38
Octal 263 151 234 0 51 15 36 477 41 70
Binary 10110011 1101001 10011100 0 101001 1101 11110 100111111 100001 111000

Color Harmonies of #B3699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3699C

Black with #B3699C

Text Example


Text Example

White with #B3699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3699C; }

 p { color: rgb(179,105,156); }

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

background-color css

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

 a { background-color: rgb(179,105,156); }

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

border-color css

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

 span { border-color: rgb(179,105,156); }

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