Html Css Color HEX #B2689A Bouquet

📋 copy color: '#B2689A'

red 178 ◦ green 104 ◦ blue 154

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

Shades of Bouquet #B2689A

Tints of Bouquet #B2689A

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

 GREEN value IS 104 (41.02% from 255) = 23.85%

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 40.83%
G = 23.85%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2689A (or 0xB2689A) is known color: Bouquet. HEX triplet: B2, 68 and 9A. RGB value is (178,104,154). Sum of RGB (Red+Green+Blue) = 178+104+154=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2689A is #4D9765. Grayscale: #838383. Windows color (decimal): -5085030 or 10119346. OLE color: 10119346.

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

Color convert

RGB 178 104 154 -
CMYK 0 0.42 0.13 0.30
HSL 319.46º 0.32% 0.55% -
HSV(B) 319.46º 0.42% 0.7% -
XYZ 29.14 21.7 33.22 -
YUV 131.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 178 104 154 0 0.42 0.13 0.30 319.46 0.32 0.55
Hex B2 68 9A 0 2A D 1E 13F 20 37
Octal 262 150 232 0 52 15 36 477 40 67
Binary 10110010 1101000 10011010 0 101010 1101 11110 100111111 100000 110111

Color Harmonies of #B2689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2689A

Black with #B2689A

Text Example


Text Example

White with #B2689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2689A; }

 p { color: rgb(178,104,154); }

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

background-color css

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

 a { background-color: rgb(178,104,154); }

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

border-color css

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

 span { border-color: rgb(178,104,154); }

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