Html Css Color HEX #B076A4 Bouquet

📋 copy color: '#B076A4'

red 176 ◦ green 118 ◦ blue 164

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

Shades of Bouquet #B076A4

Tints of Bouquet #B076A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 38.43%
G = 25.76%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B076A4 (or 0xB076A4) is known color: Bouquet. HEX triplet: B0, 76 and A4. RGB value is (176,118,164). Sum of RGB (Red+Green+Blue) = 176+118+164=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B076A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076A4 is #4F895B. Grayscale: #8C8C8C. Windows color (decimal): -5212508 or 10778288. OLE color: 10778288.

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

Color convert

RGB 176 118 164 -
CMYK 0 0.33 0.07 0.31
HSL 312.41º 0.27% 0.58% -
HSV(B) 312.41º 0.33% 0.69% -
XYZ 31.08 24.87 38.28 -
YUV 140.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 176 118 164 0 0.33 0.07 0.31 312.41 0.27 0.58
Hex B0 76 A4 0 21 7 1F 138 1B 3A
Octal 260 166 244 0 41 7 37 470 33 72
Binary 10110000 1110110 10100100 0 100001 111 11111 100111000 11011 111010

Color Harmonies of #B076A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076A4

Black with #B076A4

Text Example


Text Example

White with #B076A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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