Html Css Color HEX #B67895 Bouquet

📋 copy color: '#B67895'

red 182 ◦ green 120 ◦ blue 149

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

Shades of Bouquet #B67895

Tints of Bouquet #B67895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 40.35%
G = 26.61%
B = 33.04%

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

#B67895 (or 0xB67895) is known color: Bouquet. HEX triplet: B6, 78 and 95. RGB value is (182,120,149). Sum of RGB (Red+Green+Blue) = 182+120+149=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B67895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67895 is #49876A. Grayscale: #8D8D8D. Windows color (decimal): -4818795 or 9795766. OLE color: 9795766.

HSL color Cylindrical-coordinate representation of color #B67895: hue angle of 331.94º 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 #B67895 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 149 -
CMYK 0 0.34 0.18 0.29
HSL 331.94º 0.3% 0.59% -
HSV(B) 331.94º 0.34% 0.71% -
XYZ 31.43 25.55 31.71 -
YUV 141.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 182 120 149 0 0.34 0.18 0.29 331.94 0.3 0.59
Hex B6 78 95 0 22 12 1D 14C 1E 3B
Octal 266 170 225 0 42 22 35 514 36 73
Binary 10110110 1111000 10010101 0 100010 10010 11101 101001100 11110 111011

Color Harmonies of #B67895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67895

Black with #B67895

Text Example


Text Example

White with #B67895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67895; }

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

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

background-color css

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

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

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

border-color css

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

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

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