Html Css Color HEX #B67C29 Mandalay

📋 copy color: '#B67C29'

red 182 ◦ green 124 ◦ blue 41

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

Shades of Mandalay #B67C29

Tints of Mandalay #B67C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 52.45%
G = 35.73%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B67C29 (or 0xB67C29) is known color: Mandalay. HEX triplet: B6, 7C and 29. RGB value is (182,124,41). Sum of RGB (Red+Green+Blue) = 182+124+41=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C29 is #4983D6. Grayscale: #848484. Windows color (decimal): -4817879 or 2718902. OLE color: 2718902.

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

Color convert

RGB 182 124 41 -
CMYK 0 0.32 0.77 0.29
HSL 35.32º 0.63% 0.44% -
HSV(B) 35.32º 0.77% 0.71% -
XYZ 26.9 24.52 5.41 -
YUV 131.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 182 124 41 0 0.32 0.77 0.29 35.32 0.63 0.44
Hex B6 7C 29 0 20 4D 1D 23 3F 2C
Octal 266 174 51 0 40 115 35 43 77 54
Binary 10110110 1111100 101001 0 100000 1001101 11101 100011 111111 101100

Color Harmonies of #B67C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C29

Black with #B67C29

Text Example


Text Example

White with #B67C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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