Html Css Color HEX #B65074 Royal Heath

📋 copy color: '#B65074'

red 182 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #B65074

Tints of Royal Heath #B65074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 48.15%
G = 21.16%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B65074 (or 0xB65074) is known color: Royal Heath. HEX triplet: B6, 50 and 74. RGB value is (182,80,116). Sum of RGB (Red+Green+Blue) = 182+80+116=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B65074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65074 is #49AF8B. Grayscale: #727272. Windows color (decimal): -4829068 or 7622838. OLE color: 7622838.

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

Color convert

RGB 182 80 116 -
CMYK 0 0.56 0.36 0.29
HSL 338.82º 0.41% 0.51% -
HSV(B) 338.82º 0.56% 0.71% -
XYZ 25.31 16.94 18.46 -
YUV 114.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 182 80 116 0 0.56 0.36 0.29 338.82 0.41 0.51
Hex B6 50 74 0 38 24 1D 153 29 33
Octal 266 120 164 0 70 44 35 523 51 63
Binary 10110110 1010000 1110100 0 111000 100100 11101 101010011 101001 110011

Color Harmonies of #B65074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65074

Black with #B65074

Text Example


Text Example

White with #B65074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65074; }

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

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

background-color css

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

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

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

border-color css

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

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

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