Html Css Color HEX #B7467A Royal Heath

📋 copy color: '#B7467A'

red 183 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #B7467A

Tints of Royal Heath #B7467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 48.8%
G = 18.67%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7467A (or 0xB7467A) is known color: Royal Heath. HEX triplet: B7, 46 and 7A. RGB value is (183,70,122). Sum of RGB (Red+Green+Blue) = 183+70+122=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7467A is #48B985. Grayscale: #6D6D6D. Windows color (decimal): -4766086 or 8013495. OLE color: 8013495.

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

Color convert

RGB 183 70 122 -
CMYK 0 0.62 0.33 0.28
HSL 332.39º 0.45% 0.5% -
HSV(B) 332.39º 0.62% 0.72% -
XYZ 25.23 15.85 20.14 -
YUV 109.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 183 70 122 0 0.62 0.33 0.28 332.39 0.45 0.5
Hex B7 46 7A 0 3E 21 1C 14C 2D 32
Octal 267 106 172 0 76 41 34 514 55 62
Binary 10110111 1000110 1111010 0 111110 100001 11100 101001100 101101 110010

Color Harmonies of #B7467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7467A

Black with #B7467A

Text Example


Text Example

White with #B7467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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