Html Css Color HEX #B67C9B Bouquet

📋 copy color: '#B67C9B'

red 182 ◦ green 124 ◦ blue 155

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

Shades of Bouquet #B67C9B

Tints of Bouquet #B67C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 39.48%
G = 26.9%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B67C9B (or 0xB67C9B) is known color: Bouquet. HEX triplet: B6, 7C and 9B. RGB value is (182,124,155). Sum of RGB (Red+Green+Blue) = 182+124+155=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C9B is #498364. Grayscale: #909090. Windows color (decimal): -4817765 or 10190006. OLE color: 10190006.

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

Color convert

RGB 182 124 155 -
CMYK 0 0.32 0.15 0.29
HSL 327.93º 0.28% 0.6% -
HSV(B) 327.93º 0.32% 0.71% -
XYZ 32.42 26.73 34.46 -
YUV 144.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 182 124 155 0 0.32 0.15 0.29 327.93 0.28 0.6
Hex B6 7C 9B 0 20 F 1D 148 1C 3C
Octal 266 174 233 0 40 17 35 510 34 74
Binary 10110110 1111100 10011011 0 100000 1111 11101 101001000 11100 111100

Color Harmonies of #B67C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C9B

Black with #B67C9B

Text Example


Text Example

White with #B67C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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