Html Css Color HEX #B65078 Royal Heath

📋 copy color: '#B65078'

red 182 ◦ green 80 ◦ blue 120

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

Shades of Royal Heath #B65078

Tints of Royal Heath #B65078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 47.64%
G = 20.94%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B65078 (or 0xB65078) is known color: Royal Heath. HEX triplet: B6, 50 and 78. RGB value is (182,80,120). Sum of RGB (Red+Green+Blue) = 182+80+120=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B65078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65078 is #49AF87. Grayscale: #737373. Windows color (decimal): -4829064 or 7884982. OLE color: 7884982.

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

Color convert

RGB 182 80 120 -
CMYK 0 0.56 0.34 0.29
HSL 336.47º 0.41% 0.51% -
HSV(B) 336.47º 0.56% 0.71% -
XYZ 25.55 17.04 19.71 -
YUV 115.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 182 80 120 0 0.56 0.34 0.29 336.47 0.41 0.51
Hex B6 50 78 0 38 22 1D 150 29 33
Octal 266 120 170 0 70 42 35 520 51 63
Binary 10110110 1010000 1111000 0 111000 100010 11101 101010000 101001 110011

Color Harmonies of #B65078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65078

Black with #B65078

Text Example


Text Example

White with #B65078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65078; }

 p { color: rgb(182,80,120); }

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

background-color css

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

 a { background-color: rgb(182,80,120); }

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

border-color css

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

 span { border-color: rgb(182,80,120); }

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