Html Css Color HEX #B76F94 Hopbush

📋 copy color: '#B76F94'

red 183 ◦ green 111 ◦ blue 148

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

Shades of Hopbush #B76F94

Tints of Hopbush #B76F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

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

R = 41.4%
G = 25.11%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B76F94 (or 0xB76F94) is known color: Hopbush. HEX triplet: B7, 6F and 94. RGB value is (183,111,148). Sum of RGB (Red+Green+Blue) = 183+111+148=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F94 is #48906B. Grayscale: #888888. Windows color (decimal): -4755564 or 9727927. OLE color: 9727927.

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

Color convert

RGB 183 111 148 -
CMYK 0 0.39 0.19 0.28
HSL 329.17º 0.33% 0.58% -
HSV(B) 329.17º 0.39% 0.72% -
XYZ 30.56 23.57 30.96 -
YUV 136.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 183 111 148 0 0.39 0.19 0.28 329.17 0.33 0.58
Hex B7 6F 94 0 27 13 1C 149 21 3A
Octal 267 157 224 0 47 23 34 511 41 72
Binary 10110111 1101111 10010100 0 100111 10011 11100 101001001 100001 111010

Color Harmonies of #B76F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F94

Black with #B76F94

Text Example


Text Example

White with #B76F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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