Html Css Color HEX #B65A7F Royal Heath

📋 copy color: '#B65A7F'

red 182 ◦ green 90 ◦ blue 127

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

Shades of Royal Heath #B65A7F

Tints of Royal Heath #B65A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 45.61%
G = 22.56%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B65A7F (or 0xB65A7F) is known color: Royal Heath. HEX triplet: B6, 5A and 7F. RGB value is (182,90,127). Sum of RGB (Red+Green+Blue) = 182+90+127=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A7F is #49A580. Grayscale: #797979. Windows color (decimal): -4826497 or 8346294. OLE color: 8346294.

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

Color convert

RGB 182 90 127 -
CMYK 0 0.51 0.30 0.29
HSL 335.87º 0.39% 0.53% -
HSV(B) 335.87º 0.51% 0.71% -
XYZ 26.78 18.79 22.29 -
YUV 121.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 182 90 127 0 0.51 0.30 0.29 335.87 0.39 0.53
Hex B6 5A 7F 0 33 1E 1D 150 27 35
Octal 266 132 177 0 63 36 35 520 47 65
Binary 10110110 1011010 1111111 0 110011 11110 11101 101010000 100111 110101

Color Harmonies of #B65A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A7F

Black with #B65A7F

Text Example


Text Example

White with #B65A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A7F; }

 p { color: rgb(182,90,127); }

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

background-color css

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

 a { background-color: rgb(182,90,127); }

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

border-color css

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

 span { border-color: rgb(182,90,127); }

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