Html Css Color HEX #B83A6D Royal Heath

📋 copy color: '#B83A6D'

red 184 ◦ green 58 ◦ blue 109

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

Shades of Royal Heath #B83A6D

Tints of Royal Heath #B83A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 52.42%
G = 16.52%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B83A6D (or 0xB83A6D) is known color: Royal Heath. HEX triplet: B8, 3A and 6D. RGB value is (184,58,109). Sum of RGB (Red+Green+Blue) = 184+58+109=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A6D is #47C592. Grayscale: #656565. Windows color (decimal): -4703635 or 7158456. OLE color: 7158456.

HSL color Cylindrical-coordinate representation of color #B83A6D: hue angle of 335.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A6D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 109 -
CMYK 0 0.68 0.41 0.28
HSL 335.71º 0.52% 0.47% -
HSV(B) 335.71º 0.68% 0.72% -
XYZ 24.04 14.32 15.97 -
YUV 101.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 184 58 109 0 0.68 0.41 0.28 335.71 0.52 0.47
Hex B8 3A 6D 0 44 29 1C 150 34 2F
Octal 270 72 155 0 104 51 34 520 64 57
Binary 10111000 111010 1101101 0 1000100 101001 11100 101010000 110100 101111

Color Harmonies of #B83A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A6D

Black with #B83A6D

Text Example


Text Example

White with #B83A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A6D; }

 p { color: rgb(184,58,109); }

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

background-color css

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

 a { background-color: rgb(184,58,109); }

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

border-color css

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

 span { border-color: rgb(184,58,109); }

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