Html Css Color HEX #B94375 Royal Heath

📋 copy color: '#B94375'

red 185 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #B94375

Tints of Royal Heath #B94375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

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

R = 50.14%
G = 18.16%
B = 31.71%

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

#B94375 (or 0xB94375) is known color: Royal Heath. HEX triplet: B9, 43 and 75. RGB value is (185,67,117). Sum of RGB (Red+Green+Blue) = 185+67+117=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94375 is #46BC8A. Grayscale: #6B6B6B. Windows color (decimal): -4635787 or 7685049. OLE color: 7685049.

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

Color convert

RGB 185 67 117 -
CMYK 0 0.64 0.37 0.27
HSL 334.58º 0.47% 0.49% -
HSV(B) 334.58º 0.64% 0.73% -
XYZ 25.23 15.61 18.51 -
YUV 107.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 185 67 117 0 0.64 0.37 0.27 334.58 0.47 0.49
Hex B9 43 75 0 40 25 1B 14F 2F 31
Octal 271 103 165 0 100 45 33 517 57 61
Binary 10111001 1000011 1110101 0 1000000 100101 11011 101001111 101111 110001

Color Harmonies of #B94375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94375

Black with #B94375

Text Example


Text Example

White with #B94375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94375; }

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

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

background-color css

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

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

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

border-color css

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

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

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