Html Css Color HEX #B7476A Royal Heath

📋 copy color: '#B7476A'

red 183 ◦ green 71 ◦ blue 106

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

Shades of Royal Heath #B7476A

Tints of Royal Heath #B7476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 50.83%
G = 19.72%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7476A (or 0xB7476A) is known color: Royal Heath. HEX triplet: B7, 47 and 6A. RGB value is (183,71,106). Sum of RGB (Red+Green+Blue) = 183+71+106=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7476A is #48B895. Grayscale: #6C6C6C. Windows color (decimal): -4765846 or 6965175. OLE color: 6965175.

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

Color convert

RGB 183 71 106 -
CMYK 0 0.61 0.42 0.28
HSL 341.25º 0.44% 0.5% -
HSV(B) 341.25º 0.61% 0.72% -
XYZ 24.38 15.61 15.36 -
YUV 108.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 183 71 106 0 0.61 0.42 0.28 341.25 0.44 0.5
Hex B7 47 6A 0 3D 2A 1C 155 2C 32
Octal 267 107 152 0 75 52 34 525 54 62
Binary 10110111 1000111 1101010 0 111101 101010 11100 101010101 101100 110010

Color Harmonies of #B7476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7476A

Black with #B7476A

Text Example


Text Example

White with #B7476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7476A; }

 p { color: rgb(183,71,106); }

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

background-color css

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

 a { background-color: rgb(183,71,106); }

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

border-color css

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

 span { border-color: rgb(183,71,106); }

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