Html Css Color HEX #B67998 Bouquet

📋 copy color: '#B67998'

red 182 ◦ green 121 ◦ blue 152

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

Shades of Bouquet #B67998

Tints of Bouquet #B67998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.59%

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

R = 40%
G = 26.59%
B = 33.41%

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

#B67998 (or 0xB67998) is known color: Bouquet. HEX triplet: B6, 79 and 98. RGB value is (182,121,152). Sum of RGB (Red+Green+Blue) = 182+121+152=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B67998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67998 is #498667. Grayscale: #8E8E8E. Windows color (decimal): -4818536 or 9992630. OLE color: 9992630.

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

Color convert

RGB 182 121 152 -
CMYK 0 0.34 0.16 0.29
HSL 329.51º 0.29% 0.59% -
HSV(B) 329.51º 0.34% 0.71% -
XYZ 31.8 25.89 33.03 -
YUV 142.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 182 121 152 0 0.34 0.16 0.29 329.51 0.29 0.59
Hex B6 79 98 0 22 10 1D 14A 1D 3B
Octal 266 171 230 0 42 20 35 512 35 73
Binary 10110110 1111001 10011000 0 100010 10000 11101 101001010 11101 111011

Color Harmonies of #B67998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67998

Black with #B67998

Text Example


Text Example

White with #B67998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67998; }

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

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

background-color css

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

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

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

border-color css

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

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

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