Html Css Color HEX #B67695 Bouquet

📋 copy color: '#B67695'

red 182 ◦ green 118 ◦ blue 149

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

Shades of Bouquet #B67695

Tints of Bouquet #B67695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

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

R = 40.53%
G = 26.28%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B67695 (or 0xB67695) is known color: Bouquet. HEX triplet: B6, 76 and 95. RGB value is (182,118,149). Sum of RGB (Red+Green+Blue) = 182+118+149=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B67695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67695 is #49896A. Grayscale: #8C8C8C. Windows color (decimal): -4819307 or 9795254. OLE color: 9795254.

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

Color convert

RGB 182 118 149 -
CMYK 0 0.35 0.18 0.29
HSL 330.94º 0.3% 0.59% -
HSV(B) 330.94º 0.35% 0.71% -
XYZ 31.19 25.07 31.63 -
YUV 140.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 182 118 149 0 0.35 0.18 0.29 330.94 0.3 0.59
Hex B6 76 95 0 23 12 1D 14B 1E 3B
Octal 266 166 225 0 43 22 35 513 36 73
Binary 10110110 1110110 10010101 0 100011 10010 11101 101001011 11110 111011

Color Harmonies of #B67695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67695

Black with #B67695

Text Example


Text Example

White with #B67695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67695; }

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

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

background-color css

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

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

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

border-color css

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

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

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