Html Css Color HEX #B67E2A Mandalay

📋 copy color: '#B67E2A'

red 182 ◦ green 126 ◦ blue 42

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

Shades of Mandalay #B67E2A

Tints of Mandalay #B67E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 52%
G = 36%
B = 12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B67E2A (or 0xB67E2A) is known color: Mandalay. HEX triplet: B6, 7E and 2A. RGB value is (182,126,42). Sum of RGB (Red+Green+Blue) = 182+126+42=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E2A is #4981D5. Grayscale: #858585. Windows color (decimal): -4817366 or 2784950. OLE color: 2784950.

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

Color convert

RGB 182 126 42 -
CMYK 0 0.31 0.77 0.29
HSL 36º 0.63% 0.44% -
HSV(B) 36º 0.77% 0.71% -
XYZ 27.17 25.03 5.59 -
YUV 133.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 182 126 42 0 0.31 0.77 0.29 36 0.63 0.44
Hex B6 7E 2A 0 1F 4D 1D 24 3E 2C
Octal 266 176 52 0 37 115 35 44 76 54
Binary 10110110 1111110 101010 0 11111 1001101 11101 100100 111110 101100

Color Harmonies of #B67E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E2A

Black with #B67E2A

Text Example


Text Example

White with #B67E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E2A; }

 p { color: rgb(182,126,42); }

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

background-color css

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

 a { background-color: rgb(182,126,42); }

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

border-color css

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

 span { border-color: rgb(182,126,42); }

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