Html Css Color HEX #B3742E Mandalay

📋 copy color: '#B3742E'

red 179 ◦ green 116 ◦ blue 46

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

Shades of Mandalay #B3742E

Tints of Mandalay #B3742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 52.49%
G = 34.02%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3742E (or 0xB3742E) is known color: Mandalay. HEX triplet: B3, 74 and 2E. RGB value is (179,116,46). Sum of RGB (Red+Green+Blue) = 179+116+46=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3742E is #4C8BD1. Grayscale: #7F7F7F. Windows color (decimal): -5016530 or 3044531. OLE color: 3044531.

HSL color Cylindrical-coordinate representation of color #B3742E: hue angle of 31.58º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3742E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 46 -
CMYK 0 0.35 0.74 0.30
HSL 31.58º 0.59% 0.44% -
HSV(B) 31.58º 0.74% 0.7% -
XYZ 25.33 22.27 5.55 -
YUV 126.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 179 116 46 0 0.35 0.74 0.30 31.58 0.59 0.44
Hex B3 74 2E 0 23 4A 1E 20 3B 2C
Octal 263 164 56 0 43 112 36 40 73 54
Binary 10110011 1110100 101110 0 100011 1001010 11110 100000 111011 101100

Color Harmonies of #B3742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3742E

Black with #B3742E

Text Example


Text Example

White with #B3742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3742E; }

 p { color: rgb(179,116,46); }

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

background-color css

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

 a { background-color: rgb(179,116,46); }

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

border-color css

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

 span { border-color: rgb(179,116,46); }

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