Html Css Color HEX #B7467B Royal Heath

📋 copy color: '#B7467B'

red 183 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #B7467B

Tints of Royal Heath #B7467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 48.67%
G = 18.62%
B = 32.71%

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

#B7467B (or 0xB7467B) is known color: Royal Heath. HEX triplet: B7, 46 and 7B. RGB value is (183,70,123). Sum of RGB (Red+Green+Blue) = 183+70+123=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7467B is #48B984. Grayscale: #6D6D6D. Windows color (decimal): -4766085 or 8079031. OLE color: 8079031.

HSL color Cylindrical-coordinate representation of color #B7467B: hue angle of 331.86º 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 #B7467B is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 123 -
CMYK 0 0.62 0.33 0.28
HSL 331.86º 0.45% 0.5% -
HSV(B) 331.86º 0.62% 0.72% -
XYZ 25.29 15.88 20.47 -
YUV 109.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 183 70 123 0 0.62 0.33 0.28 331.86 0.45 0.5
Hex B7 46 7B 0 3E 21 1C 14C 2D 32
Octal 267 106 173 0 76 41 34 514 55 62
Binary 10110111 1000110 1111011 0 111110 100001 11100 101001100 101101 110010

Color Harmonies of #B7467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7467B

Black with #B7467B

Text Example


Text Example

White with #B7467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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