Html Css Color HEX #B75075 Royal Heath

📋 copy color: '#B75075'

red 183 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #B75075

Tints of Royal Heath #B75075

RGB

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

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

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

R = 48.16%
G = 21.05%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B75075 (or 0xB75075) is known color: Royal Heath. HEX triplet: B7, 50 and 75. RGB value is (183,80,117). Sum of RGB (Red+Green+Blue) = 183+80+117=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B75075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75075 is #48AF8A. Grayscale: #727272. Windows color (decimal): -4763531 or 7688375. OLE color: 7688375.

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

Color convert

RGB 183 80 117 -
CMYK 0 0.56 0.36 0.28
HSL 338.45º 0.42% 0.52% -
HSV(B) 338.45º 0.56% 0.72% -
XYZ 25.61 17.09 18.78 -
YUV 115.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 183 80 117 0 0.56 0.36 0.28 338.45 0.42 0.52
Hex B7 50 75 0 38 24 1C 152 2A 34
Octal 267 120 165 0 70 44 34 522 52 64
Binary 10110111 1010000 1110101 0 111000 100100 11100 101010010 101010 110100

Color Harmonies of #B75075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75075

Black with #B75075

Text Example


Text Example

White with #B75075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75075; }

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

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

background-color css

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

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

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

border-color css

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

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

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