Html Css Color HEX #B07A9E Bouquet

📋 copy color: '#B07A9E'

red 176 ◦ green 122 ◦ blue 158

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

Shades of Bouquet #B07A9E

Tints of Bouquet #B07A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 38.6%
G = 26.75%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B07A9E (or 0xB07A9E) is known color: Bouquet. HEX triplet: B0, 7A and 9E. RGB value is (176,122,158). Sum of RGB (Red+Green+Blue) = 176+122+158=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A9E is #4F8561. Grayscale: #8E8E8E. Windows color (decimal): -5211490 or 10386096. OLE color: 10386096.

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

Color convert

RGB 176 122 158 -
CMYK 0 0.31 0.10 0.31
HSL 320º 0.25% 0.58% -
HSV(B) 320º 0.31% 0.69% -
XYZ 31.04 25.62 35.66 -
YUV 142.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 176 122 158 0 0.31 0.10 0.31 320 0.25 0.58
Hex B0 7A 9E 0 1F A 1F 140 19 3A
Octal 260 172 236 0 37 12 37 500 31 72
Binary 10110000 1111010 10011110 0 11111 1010 11111 101000000 11001 111010

Color Harmonies of #B07A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A9E

Black with #B07A9E

Text Example


Text Example

White with #B07A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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