Html Css Color HEX #B9507E Royal Heath

📋 copy color: '#B9507E'

red 185 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #B9507E

Tints of Royal Heath #B9507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 47.31%
G = 20.46%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9507E (or 0xB9507E) is known color: Royal Heath. HEX triplet: B9, 50 and 7E. RGB value is (185,80,126). Sum of RGB (Red+Green+Blue) = 185+80+126=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9507E is #46AF81. Grayscale: #747474. Windows color (decimal): -4632450 or 8278201. OLE color: 8278201.

HSL color Cylindrical-coordinate representation of color #B9507E: hue angle of 333.71º 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 #B9507E is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 126 -
CMYK 0 0.57 0.32 0.27
HSL 333.71º 0.43% 0.52% -
HSV(B) 333.71º 0.57% 0.73% -
XYZ 26.64 17.56 21.72 -
YUV 116.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 185 80 126 0 0.57 0.32 0.27 333.71 0.43 0.52
Hex B9 50 7E 0 39 20 1B 14E 2B 34
Octal 271 120 176 0 71 40 33 516 53 64
Binary 10111001 1010000 1111110 0 111001 100000 11011 101001110 101011 110100

Color Harmonies of #B9507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9507E

Black with #B9507E

Text Example


Text Example

White with #B9507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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