Html Css Color HEX #B95B7A Royal Heath

📋 copy color: '#B95B7A'

red 185 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #B95B7A

Tints of Royal Heath #B95B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 46.48%
G = 22.86%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B95B7A (or 0xB95B7A) is known color: Royal Heath. HEX triplet: B9, 5B and 7A. RGB value is (185,91,122). Sum of RGB (Red+Green+Blue) = 185+91+122=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B7A is #46A485. Grayscale: #7A7A7A. Windows color (decimal): -4629638 or 8018873. OLE color: 8018873.

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

Color convert

RGB 185 91 122 -
CMYK 0 0.51 0.34 0.27
HSL 340.21º 0.4% 0.54% -
HSV(B) 340.21º 0.51% 0.73% -
XYZ 27.26 19.2 20.68 -
YUV 122.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 185 91 122 0 0.51 0.34 0.27 340.21 0.4 0.54
Hex B9 5B 7A 0 33 22 1B 154 28 36
Octal 271 133 172 0 63 42 33 524 50 66
Binary 10111001 1011011 1111010 0 110011 100010 11011 101010100 101000 110110

Color Harmonies of #B95B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95B7A

Black with #B95B7A

Text Example


Text Example

White with #B95B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95B7A; }

 p { color: rgb(185,91,122); }

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

background-color css

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

 a { background-color: rgb(185,91,122); }

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

border-color css

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

 span { border-color: rgb(185,91,122); }

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