Html Css Color HEX #B76C94 Hopbush

📋 copy color: '#B76C94'

red 183 ◦ green 108 ◦ blue 148

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

Shades of Hopbush #B76C94

Tints of Hopbush #B76C94

RGB

 RED value IS 183 (71.88% from 255) = 41.69%

 GREEN value IS 108 (42.58% from 255) = 24.6%

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 41.69%
G = 24.6%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B76C94 (or 0xB76C94) is known color: Hopbush. HEX triplet: B7, 6C and 94. RGB value is (183,108,148). Sum of RGB (Red+Green+Blue) = 183+108+148=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C94 is #48936B. Grayscale: #868686. Windows color (decimal): -4756332 or 9727159. OLE color: 9727159.

HSL color Cylindrical-coordinate representation of color #B76C94: hue angle of 328º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76C94 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 148 -
CMYK 0 0.41 0.19 0.28
HSL 328º 0.34% 0.57% -
HSV(B) 328º 0.41% 0.72% -
XYZ 30.24 22.93 30.85 -
YUV 134.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 183 108 148 0 0.41 0.19 0.28 328 0.34 0.57
Hex B7 6C 94 0 29 13 1C 148 22 39
Octal 267 154 224 0 51 23 34 510 42 71
Binary 10110111 1101100 10010100 0 101001 10011 11100 101001000 100010 111001

Color Harmonies of #B76C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C94

Black with #B76C94

Text Example


Text Example

White with #B76C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C94; }

 p { color: rgb(183,108,148); }

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

background-color css

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

 a { background-color: rgb(183,108,148); }

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

border-color css

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

 span { border-color: rgb(183,108,148); }

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