Html Css Color HEX #B67C95 Bouquet

📋 copy color: '#B67C95'

red 182 ◦ green 124 ◦ blue 149

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

Shades of Bouquet #B67C95

Tints of Bouquet #B67C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.25%

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

R = 40%
G = 27.25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B67C95 (or 0xB67C95) is known color: Bouquet. HEX triplet: B6, 7C and 95. RGB value is (182,124,149). Sum of RGB (Red+Green+Blue) = 182+124+149=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C95 is #49836A. Grayscale: #909090. Windows color (decimal): -4817771 or 9796790. OLE color: 9796790.

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

Color convert

RGB 182 124 149 -
CMYK 0 0.32 0.18 0.29
HSL 334.14º 0.28% 0.6% -
HSV(B) 334.14º 0.32% 0.71% -
XYZ 31.92 26.53 31.87 -
YUV 144.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 182 124 149 0 0.32 0.18 0.29 334.14 0.28 0.6
Hex B6 7C 95 0 20 12 1D 14E 1C 3C
Octal 266 174 225 0 40 22 35 516 34 74
Binary 10110110 1111100 10010101 0 100000 10010 11101 101001110 11100 111100

Color Harmonies of #B67C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C95

Black with #B67C95

Text Example


Text Example

White with #B67C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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