Html Css Color HEX #B3782C Mandalay

📋 copy color: '#B3782C'

red 179 ◦ green 120 ◦ blue 44

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

Shades of Mandalay #B3782C

Tints of Mandalay #B3782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

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

R = 52.19%
G = 34.99%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3782C (or 0xB3782C) is known color: Mandalay. HEX triplet: B3, 78 and 2C. RGB value is (179,120,44). Sum of RGB (Red+Green+Blue) = 179+120+44=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3782C is #4C87D3. Grayscale: #818181. Windows color (decimal): -5015508 or 2914483. OLE color: 2914483.

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

Color convert

RGB 179 120 44 -
CMYK 0 0.33 0.75 0.30
HSL 33.78º 0.61% 0.44% -
HSV(B) 33.78º 0.75% 0.7% -
XYZ 25.76 23.2 5.5 -
YUV 128.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 179 120 44 0 0.33 0.75 0.30 33.78 0.61 0.44
Hex B3 78 2C 0 21 4B 1E 22 3D 2C
Octal 263 170 54 0 41 113 36 42 75 54
Binary 10110011 1111000 101100 0 100001 1001011 11110 100010 111101 101100

Color Harmonies of #B3782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3782C

Black with #B3782C

Text Example


Text Example

White with #B3782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3782C; }

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

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

background-color css

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

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

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

border-color css

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

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

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