Html Css Color HEX #B7447A Royal Heath

📋 copy color: '#B7447A'

red 183 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #B7447A

Tints of Royal Heath #B7447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 49.06%
G = 18.23%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7447A (or 0xB7447A) is known color: Royal Heath. HEX triplet: B7, 44 and 7A. RGB value is (183,68,122). Sum of RGB (Red+Green+Blue) = 183+68+122=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7447A is #48BB85. Grayscale: #6C6C6C. Windows color (decimal): -4766598 or 8012983. OLE color: 8012983.

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

Color convert

RGB 183 68 122 -
CMYK 0 0.63 0.33 0.28
HSL 331.83º 0.46% 0.49% -
HSV(B) 331.83º 0.63% 0.72% -
XYZ 25.11 15.61 20.1 -
YUV 108.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 183 68 122 0 0.63 0.33 0.28 331.83 0.46 0.49
Hex B7 44 7A 0 3F 21 1C 14C 2E 31
Octal 267 104 172 0 77 41 34 514 56 61
Binary 10110111 1000100 1111010 0 111111 100001 11100 101001100 101110 110001

Color Harmonies of #B7447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7447A

Black with #B7447A

Text Example


Text Example

White with #B7447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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