Html Css Color HEX #B75D79 Royal Heath

📋 copy color: '#B75D79'

red 183 ◦ green 93 ◦ blue 121

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

Shades of Royal Heath #B75D79

Tints of Royal Heath #B75D79

RGB

 RED value IS 183 (71.88% from 255) = 46.1%

 GREEN value IS 93 (36.72% from 255) = 23.43%

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 46.1%
G = 23.43%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B75D79 (or 0xB75D79) is known color: Royal Heath. HEX triplet: B7, 5D and 79. RGB value is (183,93,121). Sum of RGB (Red+Green+Blue) = 183+93+121=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D79 is #48A286. Grayscale: #7B7B7B. Windows color (decimal): -4760199 or 7953847. OLE color: 7953847.

HSL color Cylindrical-coordinate representation of color #B75D79: hue angle of 341.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75D79 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 93 121 -
CMYK 0 0.49 0.34 0.28
HSL 341.33º 0.38% 0.54% -
HSV(B) 341.33º 0.49% 0.72% -
XYZ 26.89 19.28 20.39 -
YUV 123.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 183 93 121 0 0.49 0.34 0.28 341.33 0.38 0.54
Hex B7 5D 79 0 31 22 1C 155 26 36
Octal 267 135 171 0 61 42 34 525 46 66
Binary 10110111 1011101 1111001 0 110001 100010 11100 101010101 100110 110110

Color Harmonies of #B75D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D79

Black with #B75D79

Text Example


Text Example

White with #B75D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D79; }

 p { color: rgb(183,93,121); }

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

background-color css

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

 a { background-color: rgb(183,93,121); }

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

border-color css

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

 span { border-color: rgb(183,93,121); }

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