Html Css Color HEX #B67F32 Mandalay

📋 copy color: '#B67F32'

red 182 ◦ green 127 ◦ blue 50

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

Shades of Mandalay #B67F32

Tints of Mandalay #B67F32

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 50.7%
G = 35.38%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B67F32 (or 0xB67F32) is known color: Mandalay. HEX triplet: B6, 7F and 32. RGB value is (182,127,50). Sum of RGB (Red+Green+Blue) = 182+127+50=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F32 is #4980CD. Grayscale: #878787. Windows color (decimal): -4817102 or 3309494. OLE color: 3309494.

HSL color Cylindrical-coordinate representation of color #B67F32: hue angle of 35º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B67F32 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 127 50 -
CMYK 0 0.30 0.73 0.29
HSL 35º 0.57% 0.45% -
HSV(B) 35º 0.73% 0.71% -
XYZ 27.46 25.35 6.46 -
YUV 134.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 182 127 50 0 0.30 0.73 0.29 35 0.57 0.45
Hex B6 7F 32 0 1E 49 1D 23 39 2D
Octal 266 177 62 0 36 111 35 43 71 55
Binary 10110110 1111111 110010 0 11110 1001001 11101 100011 111001 101101

Color Harmonies of #B67F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F32

Black with #B67F32

Text Example


Text Example

White with #B67F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F32; }

 p { color: rgb(182,127,50); }

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

background-color css

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

 a { background-color: rgb(182,127,50); }

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

border-color css

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

 span { border-color: rgb(182,127,50); }

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