Html Css Color HEX #B65C81 Royal Heath

📋 copy color: '#B65C81'

red 182 ◦ green 92 ◦ blue 129

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

Shades of Royal Heath #B65C81

Tints of Royal Heath #B65C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 45.16%
G = 22.83%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B65C81 (or 0xB65C81) is known color: Royal Heath. HEX triplet: B6, 5C and 81. RGB value is (182,92,129). Sum of RGB (Red+Green+Blue) = 182+92+129=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C81 is #49A37E. Grayscale: #7B7B7B. Windows color (decimal): -4825983 or 8477878. OLE color: 8477878.

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

Color convert

RGB 182 92 129 -
CMYK 0 0.49 0.29 0.29
HSL 335.33º 0.38% 0.54% -
HSV(B) 335.33º 0.49% 0.71% -
XYZ 27.08 19.18 23.04 -
YUV 123.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 182 92 129 0 0.49 0.29 0.29 335.33 0.38 0.54
Hex B6 5C 81 0 31 1D 1D 14F 26 36
Octal 266 134 201 0 61 35 35 517 46 66
Binary 10110110 1011100 10000001 0 110001 11101 11101 101001111 100110 110110

Color Harmonies of #B65C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C81

Black with #B65C81

Text Example


Text Example

White with #B65C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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