Html Css Color HEX #B076A9 Bouquet

📋 copy color: '#B076A9'

red 176 ◦ green 118 ◦ blue 169

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

Shades of Bouquet #B076A9

Tints of Bouquet #B076A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.5%

R = 38.01%
G = 25.49%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B076A9 (or 0xB076A9) is known color: Bouquet. HEX triplet: B0, 76 and A9. RGB value is (176,118,169). Sum of RGB (Red+Green+Blue) = 176+118+169=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B076A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076A9 is #4F8956. Grayscale: #8D8D8D. Windows color (decimal): -5212503 or 11105968. OLE color: 11105968.

HSL color Cylindrical-coordinate representation of color #B076A9: hue angle of 307.24º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B076A9 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 169 -
CMYK 0 0.33 0.04 0.31
HSL 307.24º 0.27% 0.58% -
HSV(B) 307.24º 0.33% 0.69% -
XYZ 31.54 25.05 40.71 -
YUV 141.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 176 118 169 0 0.33 0.04 0.31 307.24 0.27 0.58
Hex B0 76 A9 0 21 4 1F 133 1B 3A
Octal 260 166 251 0 41 4 37 463 33 72
Binary 10110000 1110110 10101001 0 100001 100 11111 100110011 11011 111010

Color Harmonies of #B076A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076A9

Black with #B076A9

Text Example


Text Example

White with #B076A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076A9; }

 p { color: rgb(176,118,169); }

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

background-color css

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

 a { background-color: rgb(176,118,169); }

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

border-color css

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

 span { border-color: rgb(176,118,169); }

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