Html Css Color HEX #B93E6B Royal Heath

📋 copy color: '#B93E6B'

red 185 ◦ green 62 ◦ blue 107

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

Shades of Royal Heath #B93E6B

Tints of Royal Heath #B93E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 52.26%
G = 17.51%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B93E6B (or 0xB93E6B) is known color: Royal Heath. HEX triplet: B9, 3E and 6B. RGB value is (185,62,107). Sum of RGB (Red+Green+Blue) = 185+62+107=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E6B is #46C194. Grayscale: #676767. Windows color (decimal): -4637077 or 7028409. OLE color: 7028409.

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

Color convert

RGB 185 62 107 -
CMYK 0 0.66 0.42 0.27
HSL 338.05º 0.5% 0.48% -
HSV(B) 338.05º 0.66% 0.73% -
XYZ 24.38 14.82 15.49 -
YUV 103.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 185 62 107 0 0.66 0.42 0.27 338.05 0.5 0.48
Hex B9 3E 6B 0 42 2A 1B 152 32 30
Octal 271 76 153 0 102 52 33 522 62 60
Binary 10111001 111110 1101011 0 1000010 101010 11011 101010010 110010 110000

Color Harmonies of #B93E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E6B

Black with #B93E6B

Text Example


Text Example

White with #B93E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E6B; }

 p { color: rgb(185,62,107); }

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

background-color css

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

 a { background-color: rgb(185,62,107); }

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

border-color css

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

 span { border-color: rgb(185,62,107); }

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