Html Css Color HEX #B75072 Royal Heath

📋 copy color: '#B75072'

red 183 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #B75072

Tints of Royal Heath #B75072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 48.54%
G = 21.22%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B75072 (or 0xB75072) is known color: Royal Heath. HEX triplet: B7, 50 and 72. RGB value is (183,80,114). Sum of RGB (Red+Green+Blue) = 183+80+114=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B75072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75072 is #48AF8D. Grayscale: #727272. Windows color (decimal): -4763534 or 7491767. OLE color: 7491767.

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

Color convert

RGB 183 80 114 -
CMYK 0 0.56 0.38 0.28
HSL 340.19º 0.42% 0.52% -
HSV(B) 340.19º 0.56% 0.72% -
XYZ 25.43 17.02 17.86 -
YUV 114.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 183 80 114 0 0.56 0.38 0.28 340.19 0.42 0.52
Hex B7 50 72 0 38 26 1C 154 2A 34
Octal 267 120 162 0 70 46 34 524 52 64
Binary 10110111 1010000 1110010 0 111000 100110 11100 101010100 101010 110100

Color Harmonies of #B75072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75072

Black with #B75072

Text Example


Text Example

White with #B75072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75072; }

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

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

background-color css

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

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

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

border-color css

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

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

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