Html Css Color HEX #BB839F Bouquet

📋 copy color: '#BB839F'

red 187 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #BB839F

Tints of Bouquet #BB839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 39.2%
G = 27.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB839F (or 0xBB839F) is known color: Bouquet. HEX triplet: BB, 83 and 9F. RGB value is (187,131,159). Sum of RGB (Red+Green+Blue) = 187+131+159=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB839F is #447C60. Grayscale: #969696. Windows color (decimal): -4488289 or 10453947. OLE color: 10453947.

HSL color Cylindrical-coordinate representation of color #BB839F: hue angle of 330º 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 #BB839F is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 159 -
CMYK 0 0.30 0.15 0.27
HSL 330º 0.29% 0.62% -
HSV(B) 330º 0.3% 0.73% -
XYZ 34.87 29.3 36.62 -
YUV 150.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 187 131 159 0 0.30 0.15 0.27 330 0.29 0.62
Hex BB 83 9F 0 1E F 1B 14A 1D 3E
Octal 273 203 237 0 36 17 33 512 35 76
Binary 10111011 10000011 10011111 0 11110 1111 11011 101001010 11101 111110

Color Harmonies of #BB839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB839F

Black with #BB839F

Text Example


Text Example

White with #BB839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB839F; }

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

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

background-color css

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

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

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

border-color css

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

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

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