Html Css Color HEX #BB699D Hopbush

📋 copy color: '#BB699D'

red 187 ◦ green 105 ◦ blue 157

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

Shades of Hopbush #BB699D

Tints of Hopbush #BB699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.39%

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 41.65%
G = 23.39%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB699D (or 0xBB699D) is known color: Hopbush. HEX triplet: BB, 69 and 9D. RGB value is (187,105,157). Sum of RGB (Red+Green+Blue) = 187+105+157=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB699D is #449662. Grayscale: #878787. Windows color (decimal): -4494947 or 10316219. OLE color: 10316219.

HSL color Cylindrical-coordinate representation of color #BB699D: hue angle of 321.95º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB699D is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 157 -
CMYK 0 0.44 0.16 0.27
HSL 321.95º 0.38% 0.57% -
HSV(B) 321.95º 0.44% 0.73% -
XYZ 31.63 23.1 34.69 -
YUV 135.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 187 105 157 0 0.44 0.16 0.27 321.95 0.38 0.57
Hex BB 69 9D 0 2C 10 1B 142 26 39
Octal 273 151 235 0 54 20 33 502 46 71
Binary 10111011 1101001 10011101 0 101100 10000 11011 101000010 100110 111001

Color Harmonies of #BB699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB699D

Black with #BB699D

Text Example


Text Example

White with #BB699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB699D; }

 p { color: rgb(187,105,157); }

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

background-color css

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

 a { background-color: rgb(187,105,157); }

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

border-color css

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

 span { border-color: rgb(187,105,157); }

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