Html Css Color HEX #B27696 Bouquet

📋 copy color: '#B27696'

red 178 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #B27696

Tints of Bouquet #B27696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 39.91%
G = 26.46%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B27696 (or 0xB27696) is known color: Bouquet. HEX triplet: B2, 76 and 96. RGB value is (178,118,150). Sum of RGB (Red+Green+Blue) = 178+118+150=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B27696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27696 is #4D8969. Grayscale: #8B8B8B. Windows color (decimal): -5081450 or 9860786. OLE color: 9860786.

HSL color Cylindrical-coordinate representation of color #B27696: hue angle of 328º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27696 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 150 -
CMYK 0 0.34 0.16 0.30
HSL 328º 0.28% 0.58% -
HSV(B) 328º 0.34% 0.7% -
XYZ 30.34 24.62 32.01 -
YUV 139.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 178 118 150 0 0.34 0.16 0.30 328 0.28 0.58
Hex B2 76 96 0 22 10 1E 148 1C 3A
Octal 262 166 226 0 42 20 36 510 34 72
Binary 10110010 1110110 10010110 0 100010 10000 11110 101001000 11100 111010

Color Harmonies of #B27696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27696

Black with #B27696

Text Example


Text Example

White with #B27696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27696; }

 p { color: rgb(178,118,150); }

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

background-color css

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

 a { background-color: rgb(178,118,150); }

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

border-color css

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

 span { border-color: rgb(178,118,150); }

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