Html Css Color HEX #B07AA1 Bouquet

📋 copy color: '#B07AA1'

red 176 ◦ green 122 ◦ blue 161

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

Shades of Bouquet #B07AA1

Tints of Bouquet #B07AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.08%

R = 38.34%
G = 26.58%
B = 35.08%

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

#B07AA1 (or 0xB07AA1) is known color: Bouquet. HEX triplet: B0, 7A and A1. RGB value is (176,122,161). Sum of RGB (Red+Green+Blue) = 176+122+161=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA1 is #4F855E. Grayscale: #8E8E8E. Windows color (decimal): -5211487 or 10582704. OLE color: 10582704.

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

Color convert

RGB 176 122 161 -
CMYK 0 0.31 0.09 0.31
HSL 316.67º 0.25% 0.58% -
HSV(B) 316.67º 0.31% 0.69% -
XYZ 31.3 25.72 37.03 -
YUV 142.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 176 122 161 0 0.31 0.09 0.31 316.67 0.25 0.58
Hex B0 7A A1 0 1F 9 1F 13D 19 3A
Octal 260 172 241 0 37 11 37 475 31 72
Binary 10110000 1111010 10100001 0 11111 1001 11111 100111101 11001 111010

Color Harmonies of #B07AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AA1

Black with #B07AA1

Text Example


Text Example

White with #B07AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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