Html Css Color HEX #B95075 Royal Heath

📋 copy color: '#B95075'

red 185 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #B95075

Tints of Royal Heath #B95075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 48.43%
G = 20.94%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B95075 (or 0xB95075) is known color: Royal Heath. HEX triplet: B9, 50 and 75. RGB value is (185,80,117). Sum of RGB (Red+Green+Blue) = 185+80+117=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B95075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95075 is #46AF8A. Grayscale: #737373. Windows color (decimal): -4632459 or 7688377. OLE color: 7688377.

HSL color Cylindrical-coordinate representation of color #B95075: hue angle of 338.86º 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 #B95075 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 117 -
CMYK 0 0.57 0.37 0.27
HSL 338.86º 0.43% 0.52% -
HSV(B) 338.86º 0.57% 0.73% -
XYZ 26.09 17.34 18.8 -
YUV 115.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 185 80 117 0 0.57 0.37 0.27 338.86 0.43 0.52
Hex B9 50 75 0 39 25 1B 153 2B 34
Octal 271 120 165 0 71 45 33 523 53 64
Binary 10111001 1010000 1110101 0 111001 100101 11011 101010011 101011 110100

Color Harmonies of #B95075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95075

Black with #B95075

Text Example


Text Example

White with #B95075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95075; }

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

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

background-color css

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

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

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

border-color css

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

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

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