Html Css Color HEX #B06894 Bouquet

📋 copy color: '#B06894'

red 176 ◦ green 104 ◦ blue 148

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

Shades of Bouquet #B06894

Tints of Bouquet #B06894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 41.12%
G = 24.3%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B06894 (or 0xB06894) is known color: Bouquet. HEX triplet: B0, 68 and 94. RGB value is (176,104,148). Sum of RGB (Red+Green+Blue) = 176+104+148=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B06894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06894 is #4F976B. Grayscale: #828282. Windows color (decimal): -5216108 or 9726128. OLE color: 9726128.

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

Color convert

RGB 176 104 148 -
CMYK 0 0.41 0.16 0.31
HSL 323.33º 0.31% 0.55% -
HSV(B) 323.33º 0.41% 0.69% -
XYZ 28.2 21.27 30.64 -
YUV 130.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 176 104 148 0 0.41 0.16 0.31 323.33 0.31 0.55
Hex B0 68 94 0 29 10 1F 143 1F 37
Octal 260 150 224 0 51 20 37 503 37 67
Binary 10110000 1101000 10010100 0 101001 10000 11111 101000011 11111 110111

Color Harmonies of #B06894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06894

Black with #B06894

Text Example


Text Example

White with #B06894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06894; }

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

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

background-color css

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

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

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

border-color css

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

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

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