Html Css Color HEX #B65472 Royal Heath

📋 copy color: '#B65472'

red 182 ◦ green 84 ◦ blue 114

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

Shades of Royal Heath #B65472

Tints of Royal Heath #B65472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.11%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 47.89%
G = 22.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B65472 (or 0xB65472) is known color: Royal Heath. HEX triplet: B6, 54 and 72. RGB value is (182,84,114). Sum of RGB (Red+Green+Blue) = 182+84+114=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B65472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65472 is #49AB8D. Grayscale: #747474. Windows color (decimal): -4828046 or 7492790. OLE color: 7492790.

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

Color convert

RGB 182 84 114 -
CMYK 0 0.54 0.37 0.29
HSL 341.63º 0.4% 0.52% -
HSV(B) 341.63º 0.54% 0.71% -
XYZ 25.5 17.5 17.95 -
YUV 116.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 182 84 114 0 0.54 0.37 0.29 341.63 0.4 0.52
Hex B6 54 72 0 36 25 1D 156 28 34
Octal 266 124 162 0 66 45 35 526 50 64
Binary 10110110 1010100 1110010 0 110110 100101 11101 101010110 101000 110100

Color Harmonies of #B65472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65472

Black with #B65472

Text Example


Text Example

White with #B65472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65472; }

 p { color: rgb(182,84,114); }

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

background-color css

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

 a { background-color: rgb(182,84,114); }

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

border-color css

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

 span { border-color: rgb(182,84,114); }

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