Html Css Color HEX #B2669A Bouquet

📋 copy color: '#B2669A'

red 178 ◦ green 102 ◦ blue 154

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

Shades of Bouquet #B2669A

Tints of Bouquet #B2669A

RGB

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

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

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

R = 41.01%
G = 23.5%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2669A (or 0xB2669A) is known color: Bouquet. HEX triplet: B2, 66 and 9A. RGB value is (178,102,154). Sum of RGB (Red+Green+Blue) = 178+102+154=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2669A is #4D9965. Grayscale: #828282. Windows color (decimal): -5085542 or 10118834. OLE color: 10118834.

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

Color convert

RGB 178 102 154 -
CMYK 0 0.43 0.13 0.30
HSL 318.95º 0.33% 0.55% -
HSV(B) 318.95º 0.43% 0.7% -
XYZ 28.94 21.3 33.16 -
YUV 130.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 178 102 154 0 0.43 0.13 0.30 318.95 0.33 0.55
Hex B2 66 9A 0 2B D 1E 13F 21 37
Octal 262 146 232 0 53 15 36 477 41 67
Binary 10110010 1100110 10011010 0 101011 1101 11110 100111111 100001 110111

Color Harmonies of #B2669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2669A

Black with #B2669A

Text Example


Text Example

White with #B2669A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2669A; }

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

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

background-color css

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

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

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

border-color css

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

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

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