Html Css Color HEX #B07C94 Bouquet

📋 copy color: '#B07C94'

red 176 ◦ green 124 ◦ blue 148

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

Shades of Bouquet #B07C94

Tints of Bouquet #B07C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 39.29%
G = 27.68%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B07C94 (or 0xB07C94) is known color: Bouquet. HEX triplet: B0, 7C and 94. RGB value is (176,124,148). Sum of RGB (Red+Green+Blue) = 176+124+148=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C94 is #4F836B. Grayscale: #8E8E8E. Windows color (decimal): -5210988 or 9731248. OLE color: 9731248.

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

Color convert

RGB 176 124 148 -
CMYK 0 0.30 0.16 0.31
HSL 332.31º 0.25% 0.59% -
HSV(B) 332.31º 0.3% 0.69% -
XYZ 30.46 25.78 31.39 -
YUV 142.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 176 124 148 0 0.30 0.16 0.31 332.31 0.25 0.59
Hex B0 7C 94 0 1E 10 1F 14C 19 3B
Octal 260 174 224 0 36 20 37 514 31 73
Binary 10110000 1111100 10010100 0 11110 10000 11111 101001100 11001 111011

Color Harmonies of #B07C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C94

Black with #B07C94

Text Example


Text Example

White with #B07C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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