Html Css Color HEX #B65376 Royal Heath

📋 copy color: '#B65376'

red 182 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #B65376

Tints of Royal Heath #B65376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 47.52%
G = 21.67%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B65376 (or 0xB65376) is known color: Royal Heath. HEX triplet: B6, 53 and 76. RGB value is (182,83,118). Sum of RGB (Red+Green+Blue) = 182+83+118=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B65376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65376 is #49AC89. Grayscale: #747474. Windows color (decimal): -4828298 or 7754678. OLE color: 7754678.

HSL color Cylindrical-coordinate representation of color #B65376: hue angle of 338.79º 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 #B65376 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 118 -
CMYK 0 0.54 0.35 0.29
HSL 338.79º 0.4% 0.52% -
HSV(B) 338.79º 0.54% 0.71% -
XYZ 25.65 17.44 19.15 -
YUV 116.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 182 83 118 0 0.54 0.35 0.29 338.79 0.4 0.52
Hex B6 53 76 0 36 23 1D 153 28 34
Octal 266 123 166 0 66 43 35 523 50 64
Binary 10110110 1010011 1110110 0 110110 100011 11101 101010011 101000 110100

Color Harmonies of #B65376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65376

Black with #B65376

Text Example


Text Example

White with #B65376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65376; }

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

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

background-color css

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

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

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

border-color css

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

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

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