Html Css Color HEX #B07197 Bouquet

📋 copy color: '#B07197'

red 176 ◦ green 113 ◦ blue 151

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

Shades of Bouquet #B07197

Tints of Bouquet #B07197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

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

R = 40%
G = 25.68%
B = 34.32%

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

#B07197 (or 0xB07197) is known color: Bouquet. HEX triplet: B0, 71 and 97. RGB value is (176,113,151). Sum of RGB (Red+Green+Blue) = 176+113+151=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07197 is #4F8E68. Grayscale: #888888. Windows color (decimal): -5213801 or 9925040. OLE color: 9925040.

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

Color convert

RGB 176 113 151 -
CMYK 0 0.36 0.14 0.31
HSL 323.81º 0.29% 0.57% -
HSV(B) 323.81º 0.36% 0.69% -
XYZ 29.4 23.27 32.22 -
YUV 136.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 176 113 151 0 0.36 0.14 0.31 323.81 0.29 0.57
Hex B0 71 97 0 24 E 1F 144 1D 39
Octal 260 161 227 0 44 16 37 504 35 71
Binary 10110000 1110001 10010111 0 100100 1110 11111 101000100 11101 111001

Color Harmonies of #B07197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07197

Black with #B07197

Text Example


Text Example

White with #B07197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07197; }

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

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

background-color css

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

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

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

border-color css

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

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

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