Html Css Color HEX #B06692 Bouquet

📋 copy color: '#B06692'

red 176 ◦ green 102 ◦ blue 146

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

Shades of Bouquet #B06692

Tints of Bouquet #B06692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.43%

R = 41.51%
G = 24.06%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B06692 (or 0xB06692) is known color: Bouquet. HEX triplet: B0, 66 and 92. RGB value is (176,102,146). Sum of RGB (Red+Green+Blue) = 176+102+146=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06692 is #4F996D. Grayscale: #818181. Windows color (decimal): -5216622 or 9594544. OLE color: 9594544.

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

Color convert

RGB 176 102 146 -
CMYK 0 0.42 0.17 0.31
HSL 324.32º 0.32% 0.55% -
HSV(B) 324.32º 0.42% 0.69% -
XYZ 27.84 20.81 29.74 -
YUV 129.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 176 102 146 0 0.42 0.17 0.31 324.32 0.32 0.55
Hex B0 66 92 0 2A 11 1F 144 20 37
Octal 260 146 222 0 52 21 37 504 40 67
Binary 10110000 1100110 10010010 0 101010 10001 11111 101000100 100000 110111

Color Harmonies of #B06692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06692

Black with #B06692

Text Example


Text Example

White with #B06692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06692; }

 p { color: rgb(176,102,146); }

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

background-color css

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

 a { background-color: rgb(176,102,146); }

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

border-color css

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

 span { border-color: rgb(176,102,146); }

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