Html Css Color HEX #B75C7A Royal Heath

📋 copy color: '#B75C7A'

red 183 ◦ green 92 ◦ blue 122

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

Shades of Royal Heath #B75C7A

Tints of Royal Heath #B75C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 46.1%
G = 23.17%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B75C7A (or 0xB75C7A) is known color: Royal Heath. HEX triplet: B7, 5C and 7A. RGB value is (183,92,122). Sum of RGB (Red+Green+Blue) = 183+92+122=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C7A is #48A385. Grayscale: #7A7A7A. Windows color (decimal): -4760454 or 8019127. OLE color: 8019127.

HSL color Cylindrical-coordinate representation of color #B75C7A: hue angle of 340.22º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C7A is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 92 122 -
CMYK 0 0.50 0.33 0.28
HSL 340.22º 0.39% 0.54% -
HSV(B) 340.22º 0.5% 0.72% -
XYZ 26.87 19.13 20.69 -
YUV 122.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 183 92 122 0 0.50 0.33 0.28 340.22 0.39 0.54
Hex B7 5C 7A 0 32 21 1C 154 27 36
Octal 267 134 172 0 62 41 34 524 47 66
Binary 10110111 1011100 1111010 0 110010 100001 11100 101010100 100111 110110

Color Harmonies of #B75C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C7A

Black with #B75C7A

Text Example


Text Example

White with #B75C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C7A; }

 p { color: rgb(183,92,122); }

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

background-color css

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

 a { background-color: rgb(183,92,122); }

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

border-color css

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

 span { border-color: rgb(183,92,122); }

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