Html Css Color HEX #B06796 Bouquet

📋 copy color: '#B06796'

red 176 ◦ green 103 ◦ blue 150

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

Shades of Bouquet #B06796

Tints of Bouquet #B06796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.01%

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

R = 41.03%
G = 24.01%
B = 34.97%

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

#B06796 (or 0xB06796) is known color: Bouquet. HEX triplet: B0, 67 and 96. RGB value is (176,103,150). Sum of RGB (Red+Green+Blue) = 176+103+150=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06796 is #4F9869. Grayscale: #828282. Windows color (decimal): -5216362 or 9856944. OLE color: 9856944.

HSL color Cylindrical-coordinate representation of color #B06796: hue angle of 321.37º degrees, saturation: 0.32, 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 #B06796 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 150 -
CMYK 0 0.41 0.15 0.31
HSL 321.37º 0.32% 0.55% -
HSV(B) 321.37º 0.41% 0.69% -
XYZ 28.26 21.13 31.44 -
YUV 130.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 176 103 150 0 0.41 0.15 0.31 321.37 0.32 0.55
Hex B0 67 96 0 29 F 1F 141 20 37
Octal 260 147 226 0 51 17 37 501 40 67
Binary 10110000 1100111 10010110 0 101001 1111 11111 101000001 100000 110111

Color Harmonies of #B06796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06796

Black with #B06796

Text Example


Text Example

White with #B06796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06796; }

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

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

background-color css

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

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

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

border-color css

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

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

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