Html Css Color HEX #BB699B Hopbush

📋 copy color: '#BB699B'

red 187 ◦ green 105 ◦ blue 155

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

Shades of Hopbush #BB699B

Tints of Hopbush #BB699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 41.83%
G = 23.49%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB699B (or 0xBB699B) is known color: Hopbush. HEX triplet: BB, 69 and 9B. RGB value is (187,105,155). Sum of RGB (Red+Green+Blue) = 187+105+155=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB699B is #449664. Grayscale: #878787. Windows color (decimal): -4494949 or 10185147. OLE color: 10185147.

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

Color convert

RGB 187 105 155 -
CMYK 0 0.44 0.17 0.27
HSL 323.41º 0.38% 0.57% -
HSV(B) 323.41º 0.44% 0.73% -
XYZ 31.46 23.03 33.8 -
YUV 135.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 187 105 155 0 0.44 0.17 0.27 323.41 0.38 0.57
Hex BB 69 9B 0 2C 11 1B 143 26 39
Octal 273 151 233 0 54 21 33 503 46 71
Binary 10111011 1101001 10011011 0 101100 10001 11011 101000011 100110 111001

Color Harmonies of #BB699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB699B

Black with #BB699B

Text Example


Text Example

White with #BB699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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