Html Css Color HEX #B94575 Royal Heath

📋 copy color: '#B94575'

red 185 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #B94575

Tints of Royal Heath #B94575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 49.87%
G = 18.6%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B94575 (or 0xB94575) is known color: Royal Heath. HEX triplet: B9, 45 and 75. RGB value is (185,69,117). Sum of RGB (Red+Green+Blue) = 185+69+117=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B94575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94575 is #46BA8A. Grayscale: #6D6D6D. Windows color (decimal): -4635275 or 7685561. OLE color: 7685561.

HSL color Cylindrical-coordinate representation of color #B94575: hue angle of 335.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94575 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 117 -
CMYK 0 0.63 0.37 0.27
HSL 335.17º 0.46% 0.5% -
HSV(B) 335.17º 0.63% 0.73% -
XYZ 25.35 15.85 18.55 -
YUV 109.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 185 69 117 0 0.63 0.37 0.27 335.17 0.46 0.5
Hex B9 45 75 0 3F 25 1B 14F 2E 32
Octal 271 105 165 0 77 45 33 517 56 62
Binary 10111001 1000101 1110101 0 111111 100101 11011 101001111 101110 110010

Color Harmonies of #B94575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94575

Black with #B94575

Text Example


Text Example

White with #B94575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94575; }

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

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

background-color css

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

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

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

border-color css

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

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

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