Html Css Color HEX #B07AA0 Bouquet

📋 copy color: '#B07AA0'

red 176 ◦ green 122 ◦ blue 160

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

Shades of Bouquet #B07AA0

Tints of Bouquet #B07AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.64%

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 38.43%
G = 26.64%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B07AA0 (or 0xB07AA0) is known color: Bouquet. HEX triplet: B0, 7A and A0. RGB value is (176,122,160). Sum of RGB (Red+Green+Blue) = 176+122+160=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA0 is #4F855F. Grayscale: #8E8E8E. Windows color (decimal): -5211488 or 10517168. OLE color: 10517168.

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

Color convert

RGB 176 122 160 -
CMYK 0 0.31 0.09 0.31
HSL 317.78º 0.25% 0.58% -
HSV(B) 317.78º 0.31% 0.69% -
XYZ 31.21 25.69 36.57 -
YUV 142.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 176 122 160 0 0.31 0.09 0.31 317.78 0.25 0.58
Hex B0 7A A0 0 1F 9 1F 13E 19 3A
Octal 260 172 240 0 37 11 37 476 31 72
Binary 10110000 1111010 10100000 0 11111 1001 11111 100111110 11001 111010

Color Harmonies of #B07AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AA0

Black with #B07AA0

Text Example


Text Example

White with #B07AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AA0; }

 p { color: rgb(176,122,160); }

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

background-color css

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

 a { background-color: rgb(176,122,160); }

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

border-color css

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

 span { border-color: rgb(176,122,160); }

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