Html Css Color HEX #B07294 Bouquet

📋 copy color: '#B07294'

red 176 ◦ green 114 ◦ blue 148

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

Shades of Bouquet #B07294

Tints of Bouquet #B07294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.03%

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

R = 40.18%
G = 26.03%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B07294 (or 0xB07294) is known color: Bouquet. HEX triplet: B0, 72 and 94. RGB value is (176,114,148). Sum of RGB (Red+Green+Blue) = 176+114+148=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07294 is #4F8D6B. Grayscale: #888888. Windows color (decimal): -5213548 or 9728688. OLE color: 9728688.

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

Color convert

RGB 176 114 148 -
CMYK 0 0.35 0.16 0.31
HSL 327.1º 0.28% 0.57% -
HSV(B) 327.1º 0.35% 0.69% -
XYZ 29.27 23.4 30.99 -
YUV 136.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 176 114 148 0 0.35 0.16 0.31 327.1 0.28 0.57
Hex B0 72 94 0 23 10 1F 147 1C 39
Octal 260 162 224 0 43 20 37 507 34 71
Binary 10110000 1110010 10010100 0 100011 10000 11111 101000111 11100 111001

Color Harmonies of #B07294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07294

Black with #B07294

Text Example


Text Example

White with #B07294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07294; }

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

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

background-color css

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

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

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

border-color css

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

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

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