Html Css Color HEX #B95073 Royal Heath

📋 copy color: '#B95073'

red 185 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #B95073

Tints of Royal Heath #B95073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 48.68%
G = 21.05%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B95073 (or 0xB95073) is known color: Royal Heath. HEX triplet: B9, 50 and 73. RGB value is (185,80,115). Sum of RGB (Red+Green+Blue) = 185+80+115=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B95073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95073 is #46AF8C. Grayscale: #737373. Windows color (decimal): -4632461 or 7557305. OLE color: 7557305.

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

Color convert

RGB 185 80 115 -
CMYK 0 0.57 0.38 0.27
HSL 340º 0.43% 0.52% -
HSV(B) 340º 0.57% 0.73% -
XYZ 25.97 17.29 18.19 -
YUV 115.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 185 80 115 0 0.57 0.38 0.27 340 0.43 0.52
Hex B9 50 73 0 39 26 1B 154 2B 34
Octal 271 120 163 0 71 46 33 524 53 64
Binary 10111001 1010000 1110011 0 111001 100110 11011 101010100 101011 110100

Color Harmonies of #B95073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95073

Black with #B95073

Text Example


Text Example

White with #B95073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95073; }

 p { color: rgb(185,80,115); }

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

background-color css

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

 a { background-color: rgb(185,80,115); }

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

border-color css

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

 span { border-color: rgb(185,80,115); }

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