Html Css Color HEX #B65072 Royal Heath

📋 copy color: '#B65072'

red 182 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #B65072

Tints of Royal Heath #B65072

RGB

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

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

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

R = 48.4%
G = 21.28%
B = 30.32%

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

#B65072 (or 0xB65072) is known color: Royal Heath. HEX triplet: B6, 50 and 72. RGB value is (182,80,114). Sum of RGB (Red+Green+Blue) = 182+80+114=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B65072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65072 is #49AF8D. Grayscale: #727272. Windows color (decimal): -4829070 or 7491766. OLE color: 7491766.

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

Color convert

RGB 182 80 114 -
CMYK 0 0.56 0.37 0.29
HSL 340º 0.41% 0.51% -
HSV(B) 340º 0.56% 0.71% -
XYZ 25.2 16.9 17.85 -
YUV 114.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 182 80 114 0 0.56 0.37 0.29 340 0.41 0.51
Hex B6 50 72 0 38 25 1D 154 29 33
Octal 266 120 162 0 70 45 35 524 51 63
Binary 10110110 1010000 1110010 0 111000 100101 11101 101010100 101001 110011

Color Harmonies of #B65072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65072

Black with #B65072

Text Example


Text Example

White with #B65072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65072; }

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

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

background-color css

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

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

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

border-color css

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

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

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