Html Css Color HEX #B94275 Royal Heath

📋 copy color: '#B94275'

red 185 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #B94275

Tints of Royal Heath #B94275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

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

R = 50.27%
G = 17.93%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B94275 (or 0xB94275) is known color: Royal Heath. HEX triplet: B9, 42 and 75. RGB value is (185,66,117). Sum of RGB (Red+Green+Blue) = 185+66+117=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94275 is #46BD8A. Grayscale: #6B6B6B. Windows color (decimal): -4636043 or 7684793. OLE color: 7684793.

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

Color convert

RGB 185 66 117 -
CMYK 0 0.64 0.37 0.27
HSL 334.29º 0.47% 0.49% -
HSV(B) 334.29º 0.64% 0.73% -
XYZ 25.17 15.5 18.49 -
YUV 107.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 185 66 117 0 0.64 0.37 0.27 334.29 0.47 0.49
Hex B9 42 75 0 40 25 1B 14E 2F 31
Octal 271 102 165 0 100 45 33 516 57 61
Binary 10111001 1000010 1110101 0 1000000 100101 11011 101001110 101111 110001

Color Harmonies of #B94275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94275

Black with #B94275

Text Example


Text Example

White with #B94275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94275; }

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

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

background-color css

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

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

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

border-color css

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

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

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