Html Css Color HEX #B85075 Royal Heath

📋 copy color: '#B85075'

red 184 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #B85075

Tints of Royal Heath #B85075

RGB

 RED value IS 184 (72.27% from 255) = 48.29%

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

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

R = 48.29%
G = 21%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B85075 (or 0xB85075) is known color: Royal Heath. HEX triplet: B8, 50 and 75. RGB value is (184,80,117). Sum of RGB (Red+Green+Blue) = 184+80+117=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B85075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85075 is #47AF8A. Grayscale: #737373. Windows color (decimal): -4697995 or 7688376. OLE color: 7688376.

HSL color Cylindrical-coordinate representation of color #B85075: hue angle of 338.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85075 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 117 -
CMYK 0 0.57 0.36 0.28
HSL 338.65º 0.42% 0.52% -
HSV(B) 338.65º 0.57% 0.72% -
XYZ 25.85 17.21 18.79 -
YUV 115.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 184 80 117 0 0.57 0.36 0.28 338.65 0.42 0.52
Hex B8 50 75 0 39 24 1C 153 2A 34
Octal 270 120 165 0 71 44 34 523 52 64
Binary 10111000 1010000 1110101 0 111001 100100 11100 101010011 101010 110100

Color Harmonies of #B85075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85075

Black with #B85075

Text Example


Text Example

White with #B85075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85075; }

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

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

background-color css

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

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

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

border-color css

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

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

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