Html Css Color HEX #B8507B Royal Heath

📋 copy color: '#B8507B'

red 184 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #B8507B

Tints of Royal Heath #B8507B

RGB

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

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

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

R = 47.55%
G = 20.67%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8507B (or 0xB8507B) is known color: Royal Heath. HEX triplet: B8, 50 and 7B. RGB value is (184,80,123). Sum of RGB (Red+Green+Blue) = 184+80+123=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8507B is #47AF84. Grayscale: #737373. Windows color (decimal): -4697989 or 8081592. OLE color: 8081592.

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

Color convert

RGB 184 80 123 -
CMYK 0 0.57 0.33 0.28
HSL 335.19º 0.42% 0.52% -
HSV(B) 335.19º 0.57% 0.72% -
XYZ 26.21 17.36 20.71 -
YUV 116 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 184 80 123 0 0.57 0.33 0.28 335.19 0.42 0.52
Hex B8 50 7B 0 39 21 1C 14F 2A 34
Octal 270 120 173 0 71 41 34 517 52 64
Binary 10111000 1010000 1111011 0 111001 100001 11100 101001111 101010 110100

Color Harmonies of #B8507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8507B

Black with #B8507B

Text Example


Text Example

White with #B8507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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