Html Css Color HEX #B07E98 Bouquet

📋 copy color: '#B07E98'

red 176 ◦ green 126 ◦ blue 152

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

Shades of Bouquet #B07E98

Tints of Bouquet #B07E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.75%

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

R = 38.77%
G = 27.75%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B07E98 (or 0xB07E98) is known color: Bouquet. HEX triplet: B0, 7E and 98. RGB value is (176,126,152). Sum of RGB (Red+Green+Blue) = 176+126+152=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E98 is #4F8167. Grayscale: #8F8F8F. Windows color (decimal): -5210472 or 9993904. OLE color: 9993904.

HSL color Cylindrical-coordinate representation of color #B07E98: hue angle of 328.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07E98 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 152 -
CMYK 0 0.28 0.14 0.31
HSL 328.8º 0.24% 0.59% -
HSV(B) 328.8º 0.28% 0.69% -
XYZ 31.03 26.42 33.17 -
YUV 143.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 176 126 152 0 0.28 0.14 0.31 328.8 0.24 0.59
Hex B0 7E 98 0 1C E 1F 149 18 3B
Octal 260 176 230 0 34 16 37 511 30 73
Binary 10110000 1111110 10011000 0 11100 1110 11111 101001001 11000 111011

Color Harmonies of #B07E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E98

Black with #B07E98

Text Example


Text Example

White with #B07E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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