Html Css Color HEX #B83B74 Royal Heath

📋 copy color: '#B83B74'

red 184 ◦ green 59 ◦ blue 116

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

Shades of Royal Heath #B83B74

Tints of Royal Heath #B83B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 51.25%
G = 16.43%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B83B74 (or 0xB83B74) is known color: Royal Heath. HEX triplet: B8, 3B and 74. RGB value is (184,59,116). Sum of RGB (Red+Green+Blue) = 184+59+116=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B74 is #47C48B. Grayscale: #666666. Windows color (decimal): -4703372 or 7617464. OLE color: 7617464.

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

Color convert

RGB 184 59 116 -
CMYK 0 0.68 0.37 0.28
HSL 332.64º 0.51% 0.48% -
HSV(B) 332.64º 0.68% 0.72% -
XYZ 24.48 14.58 18.05 -
YUV 102.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 184 59 116 0 0.68 0.37 0.28 332.64 0.51 0.48
Hex B8 3B 74 0 44 25 1C 14D 33 30
Octal 270 73 164 0 104 45 34 515 63 60
Binary 10111000 111011 1110100 0 1000100 100101 11100 101001101 110011 110000

Color Harmonies of #B83B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B74

Black with #B83B74

Text Example


Text Example

White with #B83B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B74; }

 p { color: rgb(184,59,116); }

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

background-color css

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

 a { background-color: rgb(184,59,116); }

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

border-color css

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

 span { border-color: rgb(184,59,116); }

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