Html Css Color HEX #B85A7B Royal Heath

📋 copy color: '#B85A7B'

red 184 ◦ green 90 ◦ blue 123

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

Shades of Royal Heath #B85A7B

Tints of Royal Heath #B85A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

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

R = 46.35%
G = 22.67%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B85A7B (or 0xB85A7B) is known color: Royal Heath. HEX triplet: B8, 5A and 7B. RGB value is (184,90,123). Sum of RGB (Red+Green+Blue) = 184+90+123=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A7B is #47A584. Grayscale: #797979. Windows color (decimal): -4695429 or 8084152. OLE color: 8084152.

HSL color Cylindrical-coordinate representation of color #B85A7B: hue angle of 338.94º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85A7B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 90 123 -
CMYK 0 0.51 0.33 0.28
HSL 338.94º 0.4% 0.54% -
HSV(B) 338.94º 0.51% 0.72% -
XYZ 27 18.93 20.97 -
YUV 121.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 184 90 123 0 0.51 0.33 0.28 338.94 0.4 0.54
Hex B8 5A 7B 0 33 21 1C 153 28 36
Octal 270 132 173 0 63 41 34 523 50 66
Binary 10111000 1011010 1111011 0 110011 100001 11100 101010011 101000 110110

Color Harmonies of #B85A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A7B

Black with #B85A7B

Text Example


Text Example

White with #B85A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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