Html Css Color HEX #B67896 Bouquet

📋 copy color: '#B67896'

red 182 ◦ green 120 ◦ blue 150

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

Shades of Bouquet #B67896

Tints of Bouquet #B67896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.55%

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

R = 40.27%
G = 26.55%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B67896 (or 0xB67896) is known color: Bouquet. HEX triplet: B6, 78 and 96. RGB value is (182,120,150). Sum of RGB (Red+Green+Blue) = 182+120+150=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B67896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67896 is #498769. Grayscale: #8D8D8D. Windows color (decimal): -4818794 or 9861302. OLE color: 9861302.

HSL color Cylindrical-coordinate representation of color #B67896: hue angle of 330.97º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67896 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 150 -
CMYK 0 0.34 0.18 0.29
HSL 330.97º 0.3% 0.59% -
HSV(B) 330.97º 0.34% 0.71% -
XYZ 31.51 25.58 32.13 -
YUV 141.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 182 120 150 0 0.34 0.18 0.29 330.97 0.3 0.59
Hex B6 78 96 0 22 12 1D 14B 1E 3B
Octal 266 170 226 0 42 22 35 513 36 73
Binary 10110110 1111000 10010110 0 100010 10010 11101 101001011 11110 111011

Color Harmonies of #B67896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67896

Black with #B67896

Text Example


Text Example

White with #B67896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67896; }

 p { color: rgb(182,120,150); }

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

background-color css

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

 a { background-color: rgb(182,120,150); }

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

border-color css

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

 span { border-color: rgb(182,120,150); }

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