Html Css Color HEX #B68097 Bouquet

📋 copy color: '#B68097'

red 182 ◦ green 128 ◦ blue 151

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

Shades of Bouquet #B68097

Tints of Bouquet #B68097

RGB

 RED value IS 182 (71.48% from 255) = 39.48%

 GREEN value IS 128 (50.39% from 255) = 27.77%

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

R = 39.48%
G = 27.77%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B68097 (or 0xB68097) is known color: Bouquet. HEX triplet: B6, 80 and 97. RGB value is (182,128,151). Sum of RGB (Red+Green+Blue) = 182+128+151=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B68097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68097 is #497F68. Grayscale: #929292. Windows color (decimal): -4816745 or 9928886. OLE color: 9928886.

HSL color Cylindrical-coordinate representation of color #B68097: hue angle of 334.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68097 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 151 -
CMYK 0 0.30 0.17 0.29
HSL 334.44º 0.27% 0.61% -
HSV(B) 334.44º 0.3% 0.71% -
XYZ 32.6 27.62 32.89 -
YUV 146.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 182 128 151 0 0.30 0.17 0.29 334.44 0.27 0.61
Hex B6 80 97 0 1E 11 1D 14E 1B 3D
Octal 266 200 227 0 36 21 35 516 33 75
Binary 10110110 10000000 10010111 0 11110 10001 11101 101001110 11011 111101

Color Harmonies of #B68097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68097

Black with #B68097

Text Example


Text Example

White with #B68097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68097; }

 p { color: rgb(182,128,151); }

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

background-color css

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

 a { background-color: rgb(182,128,151); }

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

border-color css

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

 span { border-color: rgb(182,128,151); }

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