Html Css Color HEX #B94875 Royal Heath

📋 copy color: '#B94875'

red 185 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #B94875

Tints of Royal Heath #B94875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 49.47%
G = 19.25%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B94875 (or 0xB94875) is known color: Royal Heath. HEX triplet: B9, 48 and 75. RGB value is (185,72,117). Sum of RGB (Red+Green+Blue) = 185+72+117=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B94875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94875 is #46B78A. Grayscale: #6E6E6E. Windows color (decimal): -4634507 or 7686329. OLE color: 7686329.

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

Color convert

RGB 185 72 117 -
CMYK 0 0.61 0.37 0.27
HSL 336.11º 0.45% 0.5% -
HSV(B) 336.11º 0.61% 0.73% -
XYZ 25.54 16.23 18.62 -
YUV 110.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 185 72 117 0 0.61 0.37 0.27 336.11 0.45 0.5
Hex B9 48 75 0 3D 25 1B 150 2D 32
Octal 271 110 165 0 75 45 33 520 55 62
Binary 10111001 1001000 1110101 0 111101 100101 11011 101010000 101101 110010

Color Harmonies of #B94875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94875

Black with #B94875

Text Example


Text Example

White with #B94875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94875; }

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

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

background-color css

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

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

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

border-color css

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

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

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