Html Css Color HEX #B3742C Mandalay

📋 copy color: '#B3742C'

red 179 ◦ green 116 ◦ blue 44

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

Shades of Mandalay #B3742C

Tints of Mandalay #B3742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 52.8%
G = 34.22%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3742C (or 0xB3742C) is known color: Mandalay. HEX triplet: B3, 74 and 2C. RGB value is (179,116,44). Sum of RGB (Red+Green+Blue) = 179+116+44=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3742C is #4C8BD3. Grayscale: #7E7E7E. Windows color (decimal): -5016532 or 2913459. OLE color: 2913459.

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

Color convert

RGB 179 116 44 -
CMYK 0 0.35 0.75 0.30
HSL 32º 0.61% 0.44% -
HSV(B) 32º 0.75% 0.7% -
XYZ 25.29 22.26 5.35 -
YUV 126.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 179 116 44 0 0.35 0.75 0.30 32 0.61 0.44
Hex B3 74 2C 0 23 4B 1E 20 3D 2C
Octal 263 164 54 0 43 113 36 40 75 54
Binary 10110011 1110100 101100 0 100011 1001011 11110 100000 111101 101100

Color Harmonies of #B3742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3742C

Black with #B3742C

Text Example


Text Example

White with #B3742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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