Html Css Color HEX #B076A5 Bouquet

📋 copy color: '#B076A5'

red 176 ◦ green 118 ◦ blue 165

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

Shades of Bouquet #B076A5

Tints of Bouquet #B076A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 38.34%
G = 25.71%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B076A5 (or 0xB076A5) is known color: Bouquet. HEX triplet: B0, 76 and A5. RGB value is (176,118,165). Sum of RGB (Red+Green+Blue) = 176+118+165=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B076A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076A5 is #4F895A. Grayscale: #8C8C8C. Windows color (decimal): -5212507 or 10843824. OLE color: 10843824.

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

Color convert

RGB 176 118 165 -
CMYK 0 0.33 0.06 0.31
HSL 311.38º 0.27% 0.58% -
HSV(B) 311.38º 0.33% 0.69% -
XYZ 31.17 24.9 38.76 -
YUV 140.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 176 118 165 0 0.33 0.06 0.31 311.38 0.27 0.58
Hex B0 76 A5 0 21 6 1F 137 1B 3A
Octal 260 166 245 0 41 6 37 467 33 72
Binary 10110000 1110110 10100101 0 100001 110 11111 100110111 11011 111010

Color Harmonies of #B076A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076A5

Black with #B076A5

Text Example


Text Example

White with #B076A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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