Html Css Color HEX #B8386E Royal Heath

📋 copy color: '#B8386E'

red 184 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #B8386E

Tints of Royal Heath #B8386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 52.57%
G = 16%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8386E (or 0xB8386E) is known color: Royal Heath. HEX triplet: B8, 38 and 6E. RGB value is (184,56,110). Sum of RGB (Red+Green+Blue) = 184+56+110=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8386E is #47C791. Grayscale: #646464. Windows color (decimal): -4704146 or 7223480. OLE color: 7223480.

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

Color convert

RGB 184 56 110 -
CMYK 0 0.70 0.40 0.28
HSL 334.69º 0.53% 0.47% -
HSV(B) 334.69º 0.7% 0.72% -
XYZ 24 14.14 16.22 -
YUV 100.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 184 56 110 0 0.70 0.40 0.28 334.69 0.53 0.47
Hex B8 38 6E 0 46 28 1C 14F 35 2F
Octal 270 70 156 0 106 50 34 517 65 57
Binary 10111000 111000 1101110 0 1000110 101000 11100 101001111 110101 101111

Color Harmonies of #B8386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8386E

Black with #B8386E

Text Example


Text Example

White with #B8386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8386E; }

 p { color: rgb(184,56,110); }

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

background-color css

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

 a { background-color: rgb(184,56,110); }

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

border-color css

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

 span { border-color: rgb(184,56,110); }

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