Html Css Color HEX #B07C99 Bouquet

📋 copy color: '#B07C99'

red 176 ◦ green 124 ◦ blue 153

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

Shades of Bouquet #B07C99

Tints of Bouquet #B07C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.37%

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 38.85%
G = 27.37%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B07C99 (or 0xB07C99) is known color: Bouquet. HEX triplet: B0, 7C and 99. RGB value is (176,124,153). Sum of RGB (Red+Green+Blue) = 176+124+153=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C99 is #4F8366. Grayscale: #8E8E8E. Windows color (decimal): -5210983 or 10058928. OLE color: 10058928.

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

Color convert

RGB 176 124 153 -
CMYK 0 0.30 0.13 0.31
HSL 326.54º 0.25% 0.59% -
HSV(B) 326.54º 0.3% 0.69% -
XYZ 30.86 25.95 33.52 -
YUV 142.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 176 124 153 0 0.30 0.13 0.31 326.54 0.25 0.59
Hex B0 7C 99 0 1E D 1F 147 19 3B
Octal 260 174 231 0 36 15 37 507 31 73
Binary 10110000 1111100 10011001 0 11110 1101 11111 101000111 11001 111011

Color Harmonies of #B07C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C99

Black with #B07C99

Text Example


Text Example

White with #B07C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C99; }

 p { color: rgb(176,124,153); }

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

background-color css

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

 a { background-color: rgb(176,124,153); }

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

border-color css

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

 span { border-color: rgb(176,124,153); }

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