Html Css Color HEX #B67E34 Mandalay

📋 copy color: '#B67E34'

red 182 ◦ green 126 ◦ blue 52

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

Shades of Mandalay #B67E34

Tints of Mandalay #B67E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 50.56%
G = 35%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B67E34 (or 0xB67E34) is known color: Mandalay. HEX triplet: B6, 7E and 34. RGB value is (182,126,52). Sum of RGB (Red+Green+Blue) = 182+126+52=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E34 is #4981CB. Grayscale: #868686. Windows color (decimal): -4817356 or 3440310. OLE color: 3440310.

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

Color convert

RGB 182 126 52 -
CMYK 0 0.31 0.71 0.29
HSL 34.15º 0.56% 0.46% -
HSV(B) 34.15º 0.71% 0.71% -
XYZ 27.37 25.11 6.65 -
YUV 134.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 182 126 52 0 0.31 0.71 0.29 34.15 0.56 0.46
Hex B6 7E 34 0 1F 47 1D 22 38 2E
Octal 266 176 64 0 37 107 35 42 70 56
Binary 10110110 1111110 110100 0 11111 1000111 11101 100010 111000 101110

Color Harmonies of #B67E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E34

Black with #B67E34

Text Example


Text Example

White with #B67E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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