Html Css Color HEX #B07296 Bouquet

📋 copy color: '#B07296'

red 176 ◦ green 114 ◦ blue 150

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

Shades of Bouquet #B07296

Tints of Bouquet #B07296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 40%
G = 25.91%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B07296 (or 0xB07296) is known color: Bouquet. HEX triplet: B0, 72 and 96. RGB value is (176,114,150). Sum of RGB (Red+Green+Blue) = 176+114+150=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07296 is #4F8D69. Grayscale: #888888. Windows color (decimal): -5213546 or 9859760. OLE color: 9859760.

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

Color convert

RGB 176 114 150 -
CMYK 0 0.35 0.15 0.31
HSL 325.16º 0.28% 0.57% -
HSV(B) 325.16º 0.35% 0.69% -
XYZ 29.43 23.47 31.83 -
YUV 136.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 176 114 150 0 0.35 0.15 0.31 325.16 0.28 0.57
Hex B0 72 96 0 23 F 1F 145 1C 39
Octal 260 162 226 0 43 17 37 505 34 71
Binary 10110000 1110010 10010110 0 100011 1111 11111 101000101 11100 111001

Color Harmonies of #B07296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07296

Black with #B07296

Text Example


Text Example

White with #B07296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07296; }

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

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

background-color css

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

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

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

border-color css

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

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

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