Html Css Color HEX #B67898 Bouquet

📋 copy color: '#B67898'

red 182 ◦ green 120 ◦ blue 152

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

Shades of Bouquet #B67898

Tints of Bouquet #B67898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 40.09%
G = 26.43%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B67898 (or 0xB67898) is known color: Bouquet. HEX triplet: B6, 78 and 98. RGB value is (182,120,152). Sum of RGB (Red+Green+Blue) = 182+120+152=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B67898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67898 is #498767. Grayscale: #8E8E8E. Windows color (decimal): -4818792 or 9992374. OLE color: 9992374.

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

Color convert

RGB 182 120 152 -
CMYK 0 0.34 0.16 0.29
HSL 329.03º 0.3% 0.59% -
HSV(B) 329.03º 0.34% 0.71% -
XYZ 31.68 25.65 32.99 -
YUV 142.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 182 120 152 0 0.34 0.16 0.29 329.03 0.3 0.59
Hex B6 78 98 0 22 10 1D 149 1E 3B
Octal 266 170 230 0 42 20 35 511 36 73
Binary 10110110 1111000 10011000 0 100010 10000 11101 101001001 11110 111011

Color Harmonies of #B67898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67898

Black with #B67898

Text Example


Text Example

White with #B67898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67898; }

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

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

background-color css

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

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

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

border-color css

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

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

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