Html Css Color HEX #B07A98 Bouquet

📋 copy color: '#B07A98'

red 176 ◦ green 122 ◦ blue 152

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

Shades of Bouquet #B07A98

Tints of Bouquet #B07A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.78%

R = 39.11%
G = 27.11%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B07A98 (or 0xB07A98) is known color: Bouquet. HEX triplet: B0, 7A and 98. RGB value is (176,122,152). Sum of RGB (Red+Green+Blue) = 176+122+152=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A98 is #4F8567. Grayscale: #8D8D8D. Windows color (decimal): -5211496 or 9992880. OLE color: 9992880.

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

Color convert

RGB 176 122 152 -
CMYK 0 0.31 0.14 0.31
HSL 326.67º 0.25% 0.58% -
HSV(B) 326.67º 0.31% 0.69% -
XYZ 30.53 25.42 33 -
YUV 141.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 176 122 152 0 0.31 0.14 0.31 326.67 0.25 0.58
Hex B0 7A 98 0 1F E 1F 147 19 3A
Octal 260 172 230 0 37 16 37 507 31 72
Binary 10110000 1111010 10011000 0 11111 1110 11111 101000111 11001 111010

Color Harmonies of #B07A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A98

Black with #B07A98

Text Example


Text Example

White with #B07A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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