Html Css Color HEX #B76995 Hopbush

📋 copy color: '#B76995'

red 183 ◦ green 105 ◦ blue 149

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

Shades of Hopbush #B76995

Tints of Hopbush #B76995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

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

R = 41.88%
G = 24.03%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B76995 (or 0xB76995) is known color: Hopbush. HEX triplet: B7, 69 and 95. RGB value is (183,105,149). Sum of RGB (Red+Green+Blue) = 183+105+149=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B76995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76995 is #48966A. Grayscale: #858585. Windows color (decimal): -4757099 or 9791927. OLE color: 9791927.

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

Color convert

RGB 183 105 149 -
CMYK 0 0.43 0.19 0.28
HSL 326.15º 0.35% 0.56% -
HSV(B) 326.15º 0.43% 0.72% -
XYZ 30 22.34 31.16 -
YUV 133.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 183 105 149 0 0.43 0.19 0.28 326.15 0.35 0.56
Hex B7 69 95 0 2B 13 1C 146 23 38
Octal 267 151 225 0 53 23 34 506 43 70
Binary 10110111 1101001 10010101 0 101011 10011 11100 101000110 100011 111000

Color Harmonies of #B76995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76995

Black with #B76995

Text Example


Text Example

White with #B76995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76995; }

 p { color: rgb(183,105,149); }

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

background-color css

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

 a { background-color: rgb(183,105,149); }

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

border-color css

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

 span { border-color: rgb(183,105,149); }

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