Html Css Color HEX #B06896 Bouquet

📋 copy color: '#B06896'

red 176 ◦ green 104 ◦ blue 150

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

Shades of Bouquet #B06896

Tints of Bouquet #B06896

RGB

 RED value IS 176 (69.14% from 255) = 40.93%

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

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

R = 40.93%
G = 24.19%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B06896 (or 0xB06896) is known color: Bouquet. HEX triplet: B0, 68 and 96. RGB value is (176,104,150). Sum of RGB (Red+Green+Blue) = 176+104+150=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B06896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06896 is #4F9769. Grayscale: #828282. Windows color (decimal): -5216106 or 9857200. OLE color: 9857200.

HSL color Cylindrical-coordinate representation of color #B06896: hue angle of 321.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06896 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 150 -
CMYK 0 0.41 0.15 0.31
HSL 321.67º 0.31% 0.55% -
HSV(B) 321.67º 0.41% 0.69% -
XYZ 28.36 21.33 31.48 -
YUV 130.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 176 104 150 0 0.41 0.15 0.31 321.67 0.31 0.55
Hex B0 68 96 0 29 F 1F 142 1F 37
Octal 260 150 226 0 51 17 37 502 37 67
Binary 10110000 1101000 10010110 0 101001 1111 11111 101000010 11111 110111

Color Harmonies of #B06896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06896

Black with #B06896

Text Example


Text Example

White with #B06896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06896; }

 p { color: rgb(176,104,150); }

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

background-color css

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

 a { background-color: rgb(176,104,150); }

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

border-color css

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

 span { border-color: rgb(176,104,150); }

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