Html Css Color HEX #BB839E Bouquet

📋 copy color: '#BB839E'

red 187 ◦ green 131 ◦ blue 158

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

Shades of Bouquet #BB839E

Tints of Bouquet #BB839E

RGB

 RED value IS 187 (73.44% from 255) = 39.29%

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 39.29%
G = 27.52%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB839E (or 0xBB839E) is known color: Bouquet. HEX triplet: BB, 83 and 9E. RGB value is (187,131,158). Sum of RGB (Red+Green+Blue) = 187+131+158=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB839E is #447C61. Grayscale: #969696. Windows color (decimal): -4488290 or 10388411. OLE color: 10388411.

HSL color Cylindrical-coordinate representation of color #BB839E: hue angle of 331.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB839E is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 158 -
CMYK 0 0.30 0.16 0.27
HSL 331.07º 0.29% 0.62% -
HSV(B) 331.07º 0.3% 0.73% -
XYZ 34.78 29.27 36.16 -
YUV 150.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 187 131 158 0 0.30 0.16 0.27 331.07 0.29 0.62
Hex BB 83 9E 0 1E 10 1B 14B 1D 3E
Octal 273 203 236 0 36 20 33 513 35 76
Binary 10111011 10000011 10011110 0 11110 10000 11011 101001011 11101 111110

Color Harmonies of #BB839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB839E

Black with #BB839E

Text Example


Text Example

White with #BB839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB839E; }

 p { color: rgb(187,131,158); }

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

background-color css

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

 a { background-color: rgb(187,131,158); }

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

border-color css

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

 span { border-color: rgb(187,131,158); }

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