Html Css Color HEX #B3486B Royal Heath

📋 copy color: '#B3486B'

red 179 ◦ green 72 ◦ blue 107

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

Shades of Royal Heath #B3486B

Tints of Royal Heath #B3486B

RGB

 RED value IS 179 (70.31% from 255) = 50%

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 50%
G = 20.11%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3486B (or 0xB3486B) is known color: Royal Heath. HEX triplet: B3, 48 and 6B. RGB value is (179,72,107). Sum of RGB (Red+Green+Blue) = 179+72+107=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3486B is #4CB794. Grayscale: #6B6B6B. Windows color (decimal): -5027733 or 7030963. OLE color: 7030963.

HSL color Cylindrical-coordinate representation of color #B3486B: hue angle of 340.37º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3486B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 107 -
CMYK 0 0.60 0.40 0.30
HSL 340.37º 0.43% 0.49% -
HSV(B) 340.37º 0.6% 0.7% -
XYZ 23.56 15.28 15.62 -
YUV 107.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 179 72 107 0 0.60 0.40 0.30 340.37 0.43 0.49
Hex B3 48 6B 0 3C 28 1E 154 2B 31
Octal 263 110 153 0 74 50 36 524 53 61
Binary 10110011 1001000 1101011 0 111100 101000 11110 101010100 101011 110001

Color Harmonies of #B3486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3486B

Black with #B3486B

Text Example


Text Example

White with #B3486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3486B; }

 p { color: rgb(179,72,107); }

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

background-color css

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

 a { background-color: rgb(179,72,107); }

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

border-color css

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

 span { border-color: rgb(179,72,107); }

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