Html Css Color HEX #B65C76 Royal Heath

📋 copy color: '#B65C76'

red 182 ◦ green 92 ◦ blue 118

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

Shades of Royal Heath #B65C76

Tints of Royal Heath #B65C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 46.43%
G = 23.47%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B65C76 (or 0xB65C76) is known color: Royal Heath. HEX triplet: B6, 5C and 76. RGB value is (182,92,118). Sum of RGB (Red+Green+Blue) = 182+92+118=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C76 is #49A389. Grayscale: #797979. Windows color (decimal): -4825994 or 7756982. OLE color: 7756982.

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

Color convert

RGB 182 92 118 -
CMYK 0 0.49 0.35 0.29
HSL 342.67º 0.38% 0.54% -
HSV(B) 342.67º 0.49% 0.71% -
XYZ 26.39 18.91 19.4 -
YUV 121.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 182 92 118 0 0.49 0.35 0.29 342.67 0.38 0.54
Hex B6 5C 76 0 31 23 1D 157 26 36
Octal 266 134 166 0 61 43 35 527 46 66
Binary 10110110 1011100 1110110 0 110001 100011 11101 101010111 100110 110110

Color Harmonies of #B65C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C76

Black with #B65C76

Text Example


Text Example

White with #B65C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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