Html Css Color HEX #B83D6E Royal Heath

📋 copy color: '#B83D6E'

red 184 ◦ green 61 ◦ blue 110

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

Shades of Royal Heath #B83D6E

Tints of Royal Heath #B83D6E

RGB

 RED value IS 184 (72.27% from 255) = 51.83%

 GREEN value IS 61 (24.22% from 255) = 17.18%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 51.83%
G = 17.18%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B83D6E (or 0xB83D6E) is known color: Royal Heath. HEX triplet: B8, 3D and 6E. RGB value is (184,61,110). Sum of RGB (Red+Green+Blue) = 184+61+110=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D6E is #47C291. Grayscale: #676767. Windows color (decimal): -4702866 or 7224760. OLE color: 7224760.

HSL color Cylindrical-coordinate representation of color #B83D6E: hue angle of 336.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D6E is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 61 110 -
CMYK 0 0.67 0.40 0.28
HSL 336.1º 0.5% 0.48% -
HSV(B) 336.1º 0.67% 0.72% -
XYZ 24.25 14.65 16.3 -
YUV 103.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 184 61 110 0 0.67 0.40 0.28 336.1 0.5 0.48
Hex B8 3D 6E 0 43 28 1C 150 32 30
Octal 270 75 156 0 103 50 34 520 62 60
Binary 10111000 111101 1101110 0 1000011 101000 11100 101010000 110010 110000

Color Harmonies of #B83D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83D6E

Black with #B83D6E

Text Example


Text Example

White with #B83D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83D6E; }

 p { color: rgb(184,61,110); }

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

background-color css

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

 a { background-color: rgb(184,61,110); }

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

border-color css

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

 span { border-color: rgb(184,61,110); }

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