Html Css Color HEX #B65377 Royal Heath

📋 copy color: '#B65377'

red 182 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #B65377

Tints of Royal Heath #B65377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 47.4%
G = 21.61%
B = 30.99%

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

#B65377 (or 0xB65377) is known color: Royal Heath. HEX triplet: B6, 53 and 77. RGB value is (182,83,119). Sum of RGB (Red+Green+Blue) = 182+83+119=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B65377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65377 is #49AC88. Grayscale: #747474. Windows color (decimal): -4828297 or 7820214. OLE color: 7820214.

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

Color convert

RGB 182 83 119 -
CMYK 0 0.54 0.35 0.29
HSL 338.18º 0.4% 0.52% -
HSV(B) 338.18º 0.54% 0.71% -
XYZ 25.71 17.46 19.47 -
YUV 116.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 182 83 119 0 0.54 0.35 0.29 338.18 0.4 0.52
Hex B6 53 77 0 36 23 1D 152 28 34
Octal 266 123 167 0 66 43 35 522 50 64
Binary 10110110 1010011 1110111 0 110110 100011 11101 101010010 101000 110100

Color Harmonies of #B65377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65377

Black with #B65377

Text Example


Text Example

White with #B65377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65377; }

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

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

background-color css

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

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

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

border-color css

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

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

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