Html Css Color HEX #B67E98 Bouquet

📋 copy color: '#B67E98'

red 182 ◦ green 126 ◦ blue 152

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

Shades of Bouquet #B67E98

Tints of Bouquet #B67E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.39%

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

R = 39.57%
G = 27.39%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B67E98 (or 0xB67E98) is known color: Bouquet. HEX triplet: B6, 7E and 98. RGB value is (182,126,152). Sum of RGB (Red+Green+Blue) = 182+126+152=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67E98 is #498167. Grayscale: #919191. Windows color (decimal): -4817256 or 9993910. OLE color: 9993910.

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

Color convert

RGB 182 126 152 -
CMYK 0 0.31 0.16 0.29
HSL 332.14º 0.28% 0.6% -
HSV(B) 332.14º 0.31% 0.71% -
XYZ 32.42 27.13 33.23 -
YUV 145.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 182 126 152 0 0.31 0.16 0.29 332.14 0.28 0.6
Hex B6 7E 98 0 1F 10 1D 14C 1C 3C
Octal 266 176 230 0 37 20 35 514 34 74
Binary 10110110 1111110 10011000 0 11111 10000 11101 101001100 11100 111100

Color Harmonies of #B67E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E98

Black with #B67E98

Text Example


Text Example

White with #B67E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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