Html Css Color HEX #B65075 Royal Heath

📋 copy color: '#B65075'

red 182 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #B65075

Tints of Royal Heath #B65075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 48.02%
G = 21.11%
B = 30.87%

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

#B65075 (or 0xB65075) is known color: Royal Heath. HEX triplet: B6, 50 and 75. RGB value is (182,80,117). Sum of RGB (Red+Green+Blue) = 182+80+117=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B65075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65075 is #49AF8A. Grayscale: #727272. Windows color (decimal): -4829067 or 7688374. OLE color: 7688374.

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

Color convert

RGB 182 80 117 -
CMYK 0 0.56 0.36 0.29
HSL 338.24º 0.41% 0.51% -
HSV(B) 338.24º 0.56% 0.71% -
XYZ 25.37 16.97 18.77 -
YUV 114.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 182 80 117 0 0.56 0.36 0.29 338.24 0.41 0.51
Hex B6 50 75 0 38 24 1D 152 29 33
Octal 266 120 165 0 70 44 35 522 51 63
Binary 10110110 1010000 1110101 0 111000 100100 11101 101010010 101001 110011

Color Harmonies of #B65075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65075

Black with #B65075

Text Example


Text Example

White with #B65075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65075; }

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

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

background-color css

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

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

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

border-color css

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

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

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