Html Css Color HEX #B65073 Royal Heath

📋 copy color: '#B65073'

red 182 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #B65073

Tints of Royal Heath #B65073

RGB

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

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

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

R = 48.28%
G = 21.22%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B65073 (or 0xB65073) is known color: Royal Heath. HEX triplet: B6, 50 and 73. RGB value is (182,80,115). Sum of RGB (Red+Green+Blue) = 182+80+115=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B65073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65073 is #49AF8C. Grayscale: #727272. Windows color (decimal): -4829069 or 7557302. OLE color: 7557302.

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

Color convert

RGB 182 80 115 -
CMYK 0 0.56 0.37 0.29
HSL 339.41º 0.41% 0.51% -
HSV(B) 339.41º 0.56% 0.71% -
XYZ 25.25 16.92 18.15 -
YUV 114.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 182 80 115 0 0.56 0.37 0.29 339.41 0.41 0.51
Hex B6 50 73 0 38 25 1D 153 29 33
Octal 266 120 163 0 70 45 35 523 51 63
Binary 10110110 1010000 1110011 0 111000 100101 11101 101010011 101001 110011

Color Harmonies of #B65073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65073

Black with #B65073

Text Example


Text Example

White with #B65073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65073; }

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

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

background-color css

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

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

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

border-color css

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

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

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