Html Css Color HEX #B8507A Royal Heath

📋 copy color: '#B8507A'

red 184 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #B8507A

Tints of Royal Heath #B8507A

RGB

 RED value IS 184 (72.27% from 255) = 47.67%

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 47.67%
G = 20.73%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8507A (or 0xB8507A) is known color: Royal Heath. HEX triplet: B8, 50 and 7A. RGB value is (184,80,122). Sum of RGB (Red+Green+Blue) = 184+80+122=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8507A is #47AF85. Grayscale: #737373. Windows color (decimal): -4697990 or 8016056. OLE color: 8016056.

HSL color Cylindrical-coordinate representation of color #B8507A: hue angle of 335.77º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8507A is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 122 -
CMYK 0 0.57 0.34 0.28
HSL 335.77º 0.42% 0.52% -
HSV(B) 335.77º 0.57% 0.72% -
XYZ 26.15 17.33 20.38 -
YUV 115.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 184 80 122 0 0.57 0.34 0.28 335.77 0.42 0.52
Hex B8 50 7A 0 39 22 1C 150 2A 34
Octal 270 120 172 0 71 42 34 520 52 64
Binary 10111000 1010000 1111010 0 111001 100010 11100 101010000 101010 110100

Color Harmonies of #B8507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8507A

Black with #B8507A

Text Example


Text Example

White with #B8507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8507A; }

 p { color: rgb(184,80,122); }

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

background-color css

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

 a { background-color: rgb(184,80,122); }

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

border-color css

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

 span { border-color: rgb(184,80,122); }

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