Html Css Color HEX #B83E6A Royal Heath

📋 copy color: '#B83E6A'

red 184 ◦ green 62 ◦ blue 106

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

Shades of Royal Heath #B83E6A

Tints of Royal Heath #B83E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 52.27%
G = 17.61%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B83E6A (or 0xB83E6A) is known color: Royal Heath. HEX triplet: B8, 3E and 6A. RGB value is (184,62,106). Sum of RGB (Red+Green+Blue) = 184+62+106=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E6A is #47C195. Grayscale: #676767. Windows color (decimal): -4702614 or 6962872. OLE color: 6962872.

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

Color convert

RGB 184 62 106 -
CMYK 0 0.66 0.42 0.28
HSL 338.36º 0.5% 0.48% -
HSV(B) 338.36º 0.66% 0.72% -
XYZ 24.09 14.68 15.2 -
YUV 103.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 184 62 106 0 0.66 0.42 0.28 338.36 0.5 0.48
Hex B8 3E 6A 0 42 2A 1C 152 32 30
Octal 270 76 152 0 102 52 34 522 62 60
Binary 10111000 111110 1101010 0 1000010 101010 11100 101010010 110010 110000

Color Harmonies of #B83E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83E6A

Black with #B83E6A

Text Example


Text Example

White with #B83E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83E6A; }

 p { color: rgb(184,62,106); }

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

background-color css

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

 a { background-color: rgb(184,62,106); }

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

border-color css

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

 span { border-color: rgb(184,62,106); }

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