Html Css Color HEX #B67C2D Mandalay

📋 copy color: '#B67C2D'

red 182 ◦ green 124 ◦ blue 45

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

Shades of Mandalay #B67C2D

Tints of Mandalay #B67C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 51.85%
G = 35.33%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B67C2D (or 0xB67C2D) is known color: Mandalay. HEX triplet: B6, 7C and 2D. RGB value is (182,124,45). Sum of RGB (Red+Green+Blue) = 182+124+45=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C2D is #4983D2. Grayscale: #848484. Windows color (decimal): -4817875 or 2981046. OLE color: 2981046.

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

Color convert

RGB 182 124 45 -
CMYK 0 0.32 0.75 0.29
HSL 34.6º 0.6% 0.45% -
HSV(B) 34.6º 0.75% 0.71% -
XYZ 26.97 24.55 5.8 -
YUV 132.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 182 124 45 0 0.32 0.75 0.29 34.6 0.6 0.45
Hex B6 7C 2D 0 20 4B 1D 23 3C 2D
Octal 266 174 55 0 40 113 35 43 74 55
Binary 10110110 1111100 101101 0 100000 1001011 11101 100011 111100 101101

Color Harmonies of #B67C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C2D

Black with #B67C2D

Text Example


Text Example

White with #B67C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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