Html Css Color HEX #BB679B Hopbush

📋 copy color: '#BB679B'

red 187 ◦ green 103 ◦ blue 155

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

Shades of Hopbush #BB679B

Tints of Hopbush #BB679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.15%

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

R = 42.02%
G = 23.15%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB679B (or 0xBB679B) is known color: Hopbush. HEX triplet: BB, 67 and 9B. RGB value is (187,103,155). Sum of RGB (Red+Green+Blue) = 187+103+155=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB679B is #449864. Grayscale: #858585. Windows color (decimal): -4495461 or 10184635. OLE color: 10184635.

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

Color convert

RGB 187 103 155 -
CMYK 0 0.45 0.17 0.27
HSL 322.86º 0.38% 0.57% -
HSV(B) 322.86º 0.45% 0.73% -
XYZ 31.26 22.63 33.73 -
YUV 134.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 187 103 155 0 0.45 0.17 0.27 322.86 0.38 0.57
Hex BB 67 9B 0 2D 11 1B 143 26 39
Octal 273 147 233 0 55 21 33 503 46 71
Binary 10111011 1100111 10011011 0 101101 10001 11011 101000011 100110 111001

Color Harmonies of #BB679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB679B

Black with #BB679B

Text Example


Text Example

White with #BB679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB679B; }

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

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

background-color css

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

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

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

border-color css

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

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

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