Html Css Color HEX #B2869C Bouquet

📋 copy color: '#B2869C'

red 178 ◦ green 134 ◦ blue 156

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

Shades of Bouquet #B2869C

Tints of Bouquet #B2869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

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

R = 38.03%
G = 28.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2869C (or 0xB2869C) is known color: Bouquet. HEX triplet: B2, 86 and 9C. RGB value is (178,134,156). Sum of RGB (Red+Green+Blue) = 178+134+156=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2869C is #4D7963. Grayscale: #959595. Windows color (decimal): -5077348 or 10258098. OLE color: 10258098.

HSL color Cylindrical-coordinate representation of color #B2869C: hue angle of 330º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2869C is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 156 -
CMYK 0 0.25 0.12 0.30
HSL 330º 0.22% 0.61% -
HSV(B) 330º 0.25% 0.7% -
XYZ 32.89 28.92 35.3 -
YUV 149.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 178 134 156 0 0.25 0.12 0.30 330 0.22 0.61
Hex B2 86 9C 0 19 C 1E 14A 16 3D
Octal 262 206 234 0 31 14 36 512 26 75
Binary 10110010 10000110 10011100 0 11001 1100 11110 101001010 10110 111101

Color Harmonies of #B2869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2869C

Black with #B2869C

Text Example


Text Example

White with #B2869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2869C; }

 p { color: rgb(178,134,156); }

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

background-color css

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

 a { background-color: rgb(178,134,156); }

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

border-color css

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

 span { border-color: rgb(178,134,156); }

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