Html Css Color HEX #B67C2C Mandalay

📋 copy color: '#B67C2C'

red 182 ◦ green 124 ◦ blue 44

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

Shades of Mandalay #B67C2C

Tints of Mandalay #B67C2C

RGB

 RED value IS 182 (71.48% from 255) = 52%

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 52%
G = 35.43%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B67C2C (or 0xB67C2C) is known color: Mandalay. HEX triplet: B6, 7C and 2C. RGB value is (182,124,44). Sum of RGB (Red+Green+Blue) = 182+124+44=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C2C is #4983D3. Grayscale: #848484. Windows color (decimal): -4817876 or 2915510. OLE color: 2915510.

HSL color Cylindrical-coordinate representation of color #B67C2C: hue angle of 34.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B67C2C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 124 44 -
CMYK 0 0.32 0.76 0.29
HSL 34.78º 0.61% 0.44% -
HSV(B) 34.78º 0.76% 0.71% -
XYZ 26.95 24.54 5.7 -
YUV 132.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 182 124 44 0 0.32 0.76 0.29 34.78 0.61 0.44
Hex B6 7C 2C 0 20 4C 1D 23 3D 2C
Octal 266 174 54 0 40 114 35 43 75 54
Binary 10110110 1111100 101100 0 100000 1001100 11101 100011 111101 101100

Color Harmonies of #B67C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C2C

Black with #B67C2C

Text Example


Text Example

White with #B67C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C2C; }

 p { color: rgb(182,124,44); }

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

background-color css

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

 a { background-color: rgb(182,124,44); }

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

border-color css

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

 span { border-color: rgb(182,124,44); }

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