Html Css Color HEX #B8467B Royal Heath

📋 copy color: '#B8467B'

red 184 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #B8467B

Tints of Royal Heath #B8467B

RGB

 RED value IS 184 (72.27% from 255) = 48.81%

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

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

R = 48.81%
G = 18.57%
B = 32.63%

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

#B8467B (or 0xB8467B) is known color: Royal Heath. HEX triplet: B8, 46 and 7B. RGB value is (184,70,123). Sum of RGB (Red+Green+Blue) = 184+70+123=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8467B is #47B984. Grayscale: #6E6E6E. Windows color (decimal): -4700549 or 8079032. OLE color: 8079032.

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

Color convert

RGB 184 70 123 -
CMYK 0 0.62 0.33 0.28
HSL 332.11º 0.45% 0.5% -
HSV(B) 332.11º 0.62% 0.72% -
XYZ 25.53 16 20.48 -
YUV 110.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 184 70 123 0 0.62 0.33 0.28 332.11 0.45 0.5
Hex B8 46 7B 0 3E 21 1C 14C 2D 32
Octal 270 106 173 0 76 41 34 514 55 62
Binary 10111000 1000110 1111011 0 111110 100001 11100 101001100 101101 110010

Color Harmonies of #B8467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8467B

Black with #B8467B

Text Example


Text Example

White with #B8467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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