Html Css Color HEX #BB6396 Hopbush

📋 copy color: '#BB6396'

red 187 ◦ green 99 ◦ blue 150

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

Shades of Hopbush #BB6396

Tints of Hopbush #BB6396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 42.89%
G = 22.71%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB6396 (or 0xBB6396) is known color: Hopbush. HEX triplet: BB, 63 and 96. RGB value is (187,99,150). Sum of RGB (Red+Green+Blue) = 187+99+150=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6396 is #449C69. Grayscale: #838383. Windows color (decimal): -4496490 or 9855931. OLE color: 9855931.

HSL color Cylindrical-coordinate representation of color #BB6396: hue angle of 325.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6396 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 150 -
CMYK 0 0.47 0.20 0.27
HSL 325.23º 0.39% 0.56% -
HSV(B) 325.23º 0.47% 0.73% -
XYZ 30.46 21.69 31.44 -
YUV 131.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 187 99 150 0 0.47 0.20 0.27 325.23 0.39 0.56
Hex BB 63 96 0 2F 14 1B 145 27 38
Octal 273 143 226 0 57 24 33 505 47 70
Binary 10111011 1100011 10010110 0 101111 10100 11011 101000101 100111 111000

Color Harmonies of #BB6396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6396

Black with #BB6396

Text Example


Text Example

White with #BB6396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6396; }

 p { color: rgb(187,99,150); }

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

background-color css

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

 a { background-color: rgb(187,99,150); }

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

border-color css

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

 span { border-color: rgb(187,99,150); }

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