Html Css Color HEX #B65B7A Royal Heath

📋 copy color: '#B65B7A'

red 182 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #B65B7A

Tints of Royal Heath #B65B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 46.08%
G = 23.04%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B65B7A (or 0xB65B7A) is known color: Royal Heath. HEX triplet: B6, 5B and 7A. RGB value is (182,91,122). Sum of RGB (Red+Green+Blue) = 182+91+122=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B7A is #49A485. Grayscale: #797979. Windows color (decimal): -4826246 or 8018870. OLE color: 8018870.

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

Color convert

RGB 182 91 122 -
CMYK 0 0.5 0.33 0.29
HSL 339.56º 0.38% 0.54% -
HSV(B) 339.56º 0.5% 0.71% -
XYZ 26.55 18.83 20.65 -
YUV 121.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 182 91 122 0 0.5 0.33 0.29 339.56 0.38 0.54
Hex B6 5B 7A 0 32 21 1D 154 26 36
Octal 266 133 172 0 62 41 35 524 46 66
Binary 10110110 1011011 1111010 0 110010 100001 11101 101010100 100110 110110

Color Harmonies of #B65B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B7A

Black with #B65B7A

Text Example


Text Example

White with #B65B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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