Html Css Color HEX #BB6B9A Hopbush

📋 copy color: '#BB6B9A'

red 187 ◦ green 107 ◦ blue 154

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

Shades of Hopbush #BB6B9A

Tints of Hopbush #BB6B9A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.88%

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 41.74%
G = 23.88%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB6B9A (or 0xBB6B9A) is known color: Hopbush. HEX triplet: BB, 6B and 9A. RGB value is (187,107,154). Sum of RGB (Red+Green+Blue) = 187+107+154=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B9A is #449465. Grayscale: #888888. Windows color (decimal): -4494438 or 10120123. OLE color: 10120123.

HSL color Cylindrical-coordinate representation of color #BB6B9A: hue angle of 324.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B9A is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 154 -
CMYK 0 0.43 0.18 0.27
HSL 324.75º 0.37% 0.58% -
HSV(B) 324.75º 0.43% 0.73% -
XYZ 31.58 23.41 33.43 -
YUV 136.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 187 107 154 0 0.43 0.18 0.27 324.75 0.37 0.58
Hex BB 6B 9A 0 2B 12 1B 145 25 3A
Octal 273 153 232 0 53 22 33 505 45 72
Binary 10111011 1101011 10011010 0 101011 10010 11011 101000101 100101 111010

Color Harmonies of #BB6B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B9A

Black with #BB6B9A

Text Example


Text Example

White with #BB6B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B9A; }

 p { color: rgb(187,107,154); }

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

background-color css

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

 a { background-color: rgb(187,107,154); }

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

border-color css

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

 span { border-color: rgb(187,107,154); }

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