Html Css Color HEX #B05075 Royal Heath

📋 copy color: '#B05075'

red 176 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #B05075

Tints of Royal Heath #B05075

RGB

 RED value IS 176 (69.14% from 255) = 47.18%

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

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

R = 47.18%
G = 21.45%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B05075 (or 0xB05075) is known color: Royal Heath. HEX triplet: B0, 50 and 75. RGB value is (176,80,117). Sum of RGB (Red+Green+Blue) = 176+80+117=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B05075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05075 is #4FAF8A. Grayscale: #707070. Windows color (decimal): -5222283 or 7688368. OLE color: 7688368.

HSL color Cylindrical-coordinate representation of color #B05075: hue angle of 336.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05075 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 117 -
CMYK 0 0.55 0.34 0.31
HSL 336.88º 0.38% 0.5% -
HSV(B) 336.88º 0.55% 0.69% -
XYZ 23.98 16.25 18.7 -
YUV 112.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 176 80 117 0 0.55 0.34 0.31 336.88 0.38 0.5
Hex B0 50 75 0 37 22 1F 151 26 32
Octal 260 120 165 0 67 42 37 521 46 62
Binary 10110000 1010000 1110101 0 110111 100010 11111 101010001 100110 110010

Color Harmonies of #B05075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05075

Black with #B05075

Text Example


Text Example

White with #B05075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05075; }

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

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

background-color css

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

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

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

border-color css

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

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

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