Html Css Color HEX #BB7795 Hopbush

📋 copy color: '#BB7795'

red 187 ◦ green 119 ◦ blue 149

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

Shades of Hopbush #BB7795

Tints of Hopbush #BB7795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.15%

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 41.1%
G = 26.15%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB7795 (or 0xBB7795) is known color: Hopbush. HEX triplet: BB, 77 and 95. RGB value is (187,119,149). Sum of RGB (Red+Green+Blue) = 187+119+149=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7795 is #44886A. Grayscale: #8E8E8E. Windows color (decimal): -4491371 or 9795515. OLE color: 9795515.

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

Color convert

RGB 187 119 149 -
CMYK 0 0.36 0.20 0.27
HSL 333.53º 0.33% 0.6% -
HSV(B) 333.53º 0.36% 0.73% -
XYZ 32.52 25.93 31.72 -
YUV 142.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 187 119 149 0 0.36 0.20 0.27 333.53 0.33 0.6
Hex BB 77 95 0 24 14 1B 14E 21 3C
Octal 273 167 225 0 44 24 33 516 41 74
Binary 10111011 1110111 10010101 0 100100 10100 11011 101001110 100001 111100

Color Harmonies of #BB7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7795

Black with #BB7795

Text Example


Text Example

White with #BB7795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7795; }

 p { color: rgb(187,119,149); }

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

background-color css

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

 a { background-color: rgb(187,119,149); }

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

border-color css

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

 span { border-color: rgb(187,119,149); }

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