Html Css Color HEX #B65373 Royal Heath

📋 copy color: '#B65373'

red 182 ◦ green 83 ◦ blue 115

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

Shades of Royal Heath #B65373

Tints of Royal Heath #B65373

RGB

 RED value IS 182 (71.48% from 255) = 47.89%

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 47.89%
G = 21.84%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B65373 (or 0xB65373) is known color: Royal Heath. HEX triplet: B6, 53 and 73. RGB value is (182,83,115). Sum of RGB (Red+Green+Blue) = 182+83+115=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B65373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65373 is #49AC8C. Grayscale: #747474. Windows color (decimal): -4828301 or 7558070. OLE color: 7558070.

HSL color Cylindrical-coordinate representation of color #B65373: hue angle of 340.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65373 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 115 -
CMYK 0 0.54 0.37 0.29
HSL 340.61º 0.4% 0.52% -
HSV(B) 340.61º 0.54% 0.71% -
XYZ 25.48 17.37 18.23 -
YUV 116.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 182 83 115 0 0.54 0.37 0.29 340.61 0.4 0.52
Hex B6 53 73 0 36 25 1D 155 28 34
Octal 266 123 163 0 66 45 35 525 50 64
Binary 10110110 1010011 1110011 0 110110 100101 11101 101010101 101000 110100

Color Harmonies of #B65373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65373

Black with #B65373

Text Example


Text Example

White with #B65373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65373; }

 p { color: rgb(182,83,115); }

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

background-color css

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

 a { background-color: rgb(182,83,115); }

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

border-color css

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

 span { border-color: rgb(182,83,115); }

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