Html Css Color HEX #B74C7A Royal Heath

📋 copy color: '#B74C7A'

red 183 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #B74C7A

Tints of Royal Heath #B74C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 48.03%
G = 19.95%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B74C7A (or 0xB74C7A) is known color: Royal Heath. HEX triplet: B7, 4C and 7A. RGB value is (183,76,122). Sum of RGB (Red+Green+Blue) = 183+76+122=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C7A is #48B385. Grayscale: #717171. Windows color (decimal): -4764550 or 8015031. OLE color: 8015031.

HSL color Cylindrical-coordinate representation of color #B74C7A: hue angle of 334.21º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C7A is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 122 -
CMYK 0 0.58 0.33 0.28
HSL 334.21º 0.43% 0.51% -
HSV(B) 334.21º 0.58% 0.72% -
XYZ 25.63 16.64 20.27 -
YUV 113.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 183 76 122 0 0.58 0.33 0.28 334.21 0.43 0.51
Hex B7 4C 7A 0 3A 21 1C 14E 2B 33
Octal 267 114 172 0 72 41 34 516 53 63
Binary 10110111 1001100 1111010 0 111010 100001 11100 101001110 101011 110011

Color Harmonies of #B74C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C7A

Black with #B74C7A

Text Example


Text Example

White with #B74C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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