Html Css Color HEX #B9527B Royal Heath

📋 copy color: '#B9527B'

red 185 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #B9527B

Tints of Royal Heath #B9527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.03%

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

R = 47.44%
G = 21.03%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9527B (or 0xB9527B) is known color: Royal Heath. HEX triplet: B9, 52 and 7B. RGB value is (185,82,123). Sum of RGB (Red+Green+Blue) = 185+82+123=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9527B is #46AD84. Grayscale: #757575. Windows color (decimal): -4631941 or 8082105. OLE color: 8082105.

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

Color convert

RGB 185 82 123 -
CMYK 0 0.56 0.34 0.27
HSL 336.12º 0.42% 0.52% -
HSV(B) 336.12º 0.56% 0.73% -
XYZ 26.6 17.78 20.77 -
YUV 117.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 185 82 123 0 0.56 0.34 0.27 336.12 0.42 0.52
Hex B9 52 7B 0 38 22 1B 150 2A 34
Octal 271 122 173 0 70 42 33 520 52 64
Binary 10111001 1010010 1111011 0 111000 100010 11011 101010000 101010 110100

Color Harmonies of #B9527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9527B

Black with #B9527B

Text Example


Text Example

White with #B9527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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