Html Css Color HEX #B9507B Royal Heath

📋 copy color: '#B9507B'

red 185 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #B9507B

Tints of Royal Heath #B9507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 47.68%
G = 20.62%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9507B (or 0xB9507B) is known color: Royal Heath. HEX triplet: B9, 50 and 7B. RGB value is (185,80,123). Sum of RGB (Red+Green+Blue) = 185+80+123=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9507B is #46AF84. Grayscale: #747474. Windows color (decimal): -4632453 or 8081593. OLE color: 8081593.

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

Color convert

RGB 185 80 123 -
CMYK 0 0.57 0.34 0.27
HSL 335.43º 0.43% 0.52% -
HSV(B) 335.43º 0.57% 0.73% -
XYZ 26.45 17.48 20.72 -
YUV 116.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 185 80 123 0 0.57 0.34 0.27 335.43 0.43 0.52
Hex B9 50 7B 0 39 22 1B 14F 2B 34
Octal 271 120 173 0 71 42 33 517 53 64
Binary 10111001 1010000 1111011 0 111001 100010 11011 101001111 101011 110100

Color Harmonies of #B9507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9507B

Black with #B9507B

Text Example


Text Example

White with #B9507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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