Html Css Color HEX #B7567E Royal Heath

📋 copy color: '#B7567E'

red 183 ◦ green 86 ◦ blue 126

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

Shades of Royal Heath #B7567E

Tints of Royal Heath #B7567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 46.33%
G = 21.77%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7567E (or 0xB7567E) is known color: Royal Heath. HEX triplet: B7, 56 and 7E. RGB value is (183,86,126). Sum of RGB (Red+Green+Blue) = 183+86+126=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7567E is #48A981. Grayscale: #777777. Windows color (decimal): -4761986 or 8279735. OLE color: 8279735.

HSL color Cylindrical-coordinate representation of color #B7567E: hue angle of 335.26º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7567E is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 86 126 -
CMYK 0 0.53 0.31 0.28
HSL 335.26º 0.4% 0.53% -
HSV(B) 335.26º 0.53% 0.72% -
XYZ 26.62 18.23 21.85 -
YUV 119.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 183 86 126 0 0.53 0.31 0.28 335.26 0.4 0.53
Hex B7 56 7E 0 35 1F 1C 14F 28 35
Octal 267 126 176 0 65 37 34 517 50 65
Binary 10110111 1010110 1111110 0 110101 11111 11100 101001111 101000 110101

Color Harmonies of #B7567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7567E

Black with #B7567E

Text Example


Text Example

White with #B7567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7567E; }

 p { color: rgb(183,86,126); }

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

background-color css

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

 a { background-color: rgb(183,86,126); }

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

border-color css

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

 span { border-color: rgb(183,86,126); }

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