Html Css Color HEX #B65B80 Royal Heath

📋 copy color: '#B65B80'

red 182 ◦ green 91 ◦ blue 128

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

Shades of Royal Heath #B65B80

Tints of Royal Heath #B65B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 45.39%
G = 22.69%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B65B80 (or 0xB65B80) is known color: Royal Heath. HEX triplet: B6, 5B and 80. RGB value is (182,91,128). Sum of RGB (Red+Green+Blue) = 182+91+128=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B80 is #49A47F. Grayscale: #7A7A7A. Windows color (decimal): -4826240 or 8412086. OLE color: 8412086.

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

Color convert

RGB 182 91 128 -
CMYK 0 0.5 0.30 0.29
HSL 335.6º 0.38% 0.54% -
HSV(B) 335.6º 0.5% 0.71% -
XYZ 26.93 18.99 22.67 -
YUV 122.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 182 91 128 0 0.5 0.30 0.29 335.6 0.38 0.54
Hex B6 5B 80 0 32 1E 1D 150 26 36
Octal 266 133 200 0 62 36 35 520 46 66
Binary 10110110 1011011 10000000 0 110010 11110 11101 101010000 100110 110110

Color Harmonies of #B65B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B80

Black with #B65B80

Text Example


Text Example

White with #B65B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B80; }

 p { color: rgb(182,91,128); }

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

background-color css

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

 a { background-color: rgb(182,91,128); }

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

border-color css

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

 span { border-color: rgb(182,91,128); }

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