Html Css Color HEX #B67C34 Mandalay

📋 copy color: '#B67C34'

red 182 ◦ green 124 ◦ blue 52

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

Shades of Mandalay #B67C34

Tints of Mandalay #B67C34

RGB

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

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

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

R = 50.84%
G = 34.64%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B67C34 (or 0xB67C34) is known color: Mandalay. HEX triplet: B6, 7C and 34. RGB value is (182,124,52). Sum of RGB (Red+Green+Blue) = 182+124+52=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C34 is #4983CB. Grayscale: #858585. Windows color (decimal): -4817868 or 3439798. OLE color: 3439798.

HSL color Cylindrical-coordinate representation of color #B67C34: hue angle of 33.23º 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 #B67C34 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 124 52 -
CMYK 0 0.32 0.71 0.29
HSL 33.23º 0.56% 0.46% -
HSV(B) 33.23º 0.71% 0.71% -
XYZ 27.12 24.61 6.57 -
YUV 133.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 182 124 52 0 0.32 0.71 0.29 33.23 0.56 0.46
Hex B6 7C 34 0 20 47 1D 21 38 2E
Octal 266 174 64 0 40 107 35 41 70 56
Binary 10110110 1111100 110100 0 100000 1000111 11101 100001 111000 101110

Color Harmonies of #B67C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C34

Black with #B67C34

Text Example


Text Example

White with #B67C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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