Html Css Color HEX #B65273 Royal Heath

📋 copy color: '#B65273'

red 182 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #B65273

Tints of Royal Heath #B65273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 48.02%
G = 21.64%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B65273 (or 0xB65273) is known color: Royal Heath. HEX triplet: B6, 52 and 73. RGB value is (182,82,115). Sum of RGB (Red+Green+Blue) = 182+82+115=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B65273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65273 is #49AD8C. Grayscale: #737373. Windows color (decimal): -4828557 or 7557814. OLE color: 7557814.

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

Color convert

RGB 182 82 115 -
CMYK 0 0.55 0.37 0.29
HSL 340.2º 0.41% 0.52% -
HSV(B) 340.2º 0.55% 0.71% -
XYZ 25.4 17.22 18.2 -
YUV 115.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 182 82 115 0 0.55 0.37 0.29 340.2 0.41 0.52
Hex B6 52 73 0 37 25 1D 154 29 34
Octal 266 122 163 0 67 45 35 524 51 64
Binary 10110110 1010010 1110011 0 110111 100101 11101 101010100 101001 110100

Color Harmonies of #B65273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65273

Black with #B65273

Text Example


Text Example

White with #B65273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65273; }

 p { color: rgb(182,82,115); }

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

background-color css

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

 a { background-color: rgb(182,82,115); }

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

border-color css

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

 span { border-color: rgb(182,82,115); }

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