Html Css Color HEX #B95076 Royal Heath

📋 copy color: '#B95076'

red 185 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #B95076

Tints of Royal Heath #B95076

RGB

 RED value IS 185 (72.66% from 255) = 48.3%

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 48.3%
G = 20.89%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B95076 (or 0xB95076) is known color: Royal Heath. HEX triplet: B9, 50 and 76. RGB value is (185,80,118). Sum of RGB (Red+Green+Blue) = 185+80+118=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B95076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95076 is #46AF89. Grayscale: #737373. Windows color (decimal): -4632458 or 7753913. OLE color: 7753913.

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

Color convert

RGB 185 80 118 -
CMYK 0 0.57 0.36 0.27
HSL 338.29º 0.43% 0.52% -
HSV(B) 338.29º 0.57% 0.73% -
XYZ 26.15 17.36 19.11 -
YUV 115.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 185 80 118 0 0.57 0.36 0.27 338.29 0.43 0.52
Hex B9 50 76 0 39 24 1B 152 2B 34
Octal 271 120 166 0 71 44 33 522 53 64
Binary 10111001 1010000 1110110 0 111001 100100 11011 101010010 101011 110100

Color Harmonies of #B95076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95076

Black with #B95076

Text Example


Text Example

White with #B95076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95076; }

 p { color: rgb(185,80,118); }

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

background-color css

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

 a { background-color: rgb(185,80,118); }

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

border-color css

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

 span { border-color: rgb(185,80,118); }

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