Html Css Color HEX #B95D7D Royal Heath

📋 copy color: '#B95D7D'

red 185 ◦ green 93 ◦ blue 125

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

Shades of Royal Heath #B95D7D

Tints of Royal Heath #B95D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.08%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 45.91%
G = 23.08%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B95D7D (or 0xB95D7D) is known color: Royal Heath. HEX triplet: B9, 5D and 7D. RGB value is (185,93,125). Sum of RGB (Red+Green+Blue) = 185+93+125=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D7D is #46A282. Grayscale: #7C7C7C. Windows color (decimal): -4629123 or 8215993. OLE color: 8215993.

HSL color Cylindrical-coordinate representation of color #B95D7D: hue angle of 339.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D7D is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 125 -
CMYK 0 0.50 0.32 0.27
HSL 339.13º 0.4% 0.55% -
HSV(B) 339.13º 0.5% 0.73% -
XYZ 27.62 19.62 21.73 -
YUV 124.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 185 93 125 0 0.50 0.32 0.27 339.13 0.4 0.55
Hex B9 5D 7D 0 32 20 1B 153 28 37
Octal 271 135 175 0 62 40 33 523 50 67
Binary 10111001 1011101 1111101 0 110010 100000 11011 101010011 101000 110111

Color Harmonies of #B95D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D7D

Black with #B95D7D

Text Example


Text Example

White with #B95D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D7D; }

 p { color: rgb(185,93,125); }

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

background-color css

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

 a { background-color: rgb(185,93,125); }

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

border-color css

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

 span { border-color: rgb(185,93,125); }

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