Html Css Color HEX #B93B76 Royal Heath

📋 copy color: '#B93B76'

red 185 ◦ green 59 ◦ blue 118

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

Shades of Royal Heath #B93B76

Tints of Royal Heath #B93B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 51.1%
G = 16.3%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B93B76 (or 0xB93B76) is known color: Royal Heath. HEX triplet: B9, 3B and 76. RGB value is (185,59,118). Sum of RGB (Red+Green+Blue) = 185+59+118=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B76 is #46C489. Grayscale: #676767. Windows color (decimal): -4637834 or 7748537. OLE color: 7748537.

HSL color Cylindrical-coordinate representation of color #B93B76: hue angle of 331.9º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93B76 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 59 118 -
CMYK 0 0.68 0.36 0.27
HSL 331.9º 0.52% 0.48% -
HSV(B) 331.9º 0.68% 0.73% -
XYZ 24.84 14.75 18.68 -
YUV 103.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 185 59 118 0 0.68 0.36 0.27 331.9 0.52 0.48
Hex B9 3B 76 0 44 24 1B 14C 34 30
Octal 271 73 166 0 104 44 33 514 64 60
Binary 10111001 111011 1110110 0 1000100 100100 11011 101001100 110100 110000

Color Harmonies of #B93B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B76

Black with #B93B76

Text Example


Text Example

White with #B93B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B76; }

 p { color: rgb(185,59,118); }

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

background-color css

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

 a { background-color: rgb(185,59,118); }

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

border-color css

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

 span { border-color: rgb(185,59,118); }

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