Html Css Color HEX #B07097 Bouquet

📋 copy color: '#B07097'

red 176 ◦ green 112 ◦ blue 151

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

Shades of Bouquet #B07097

Tints of Bouquet #B07097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 40.09%
G = 25.51%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B07097 (or 0xB07097) is known color: Bouquet. HEX triplet: B0, 70 and 97. RGB value is (176,112,151). Sum of RGB (Red+Green+Blue) = 176+112+151=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07097 is #4F8F68. Grayscale: #878787. Windows color (decimal): -5214057 or 9924784. OLE color: 9924784.

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

Color convert

RGB 176 112 151 -
CMYK 0 0.36 0.14 0.31
HSL 323.44º 0.29% 0.56% -
HSV(B) 323.44º 0.36% 0.69% -
XYZ 29.28 23.05 32.18 -
YUV 135.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 176 112 151 0 0.36 0.14 0.31 323.44 0.29 0.56
Hex B0 70 97 0 24 E 1F 143 1D 38
Octal 260 160 227 0 44 16 37 503 35 70
Binary 10110000 1110000 10010111 0 100100 1110 11111 101000011 11101 111000

Color Harmonies of #B07097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07097

Black with #B07097

Text Example


Text Example

White with #B07097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07097; }

 p { color: rgb(176,112,151); }

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

background-color css

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

 a { background-color: rgb(176,112,151); }

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

border-color css

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

 span { border-color: rgb(176,112,151); }

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