Html Css Color HEX #B67D2D Mandalay

📋 copy color: '#B67D2D'

red 182 ◦ green 125 ◦ blue 45

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

Shades of Mandalay #B67D2D

Tints of Mandalay #B67D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

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

R = 51.7%
G = 35.51%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B67D2D (or 0xB67D2D) is known color: Mandalay. HEX triplet: B6, 7D and 2D. RGB value is (182,125,45). Sum of RGB (Red+Green+Blue) = 182+125+45=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D2D is #4982D2. Grayscale: #858585. Windows color (decimal): -4817619 or 2981302. OLE color: 2981302.

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

Color convert

RGB 182 125 45 -
CMYK 0 0.31 0.75 0.29
HSL 35.04º 0.6% 0.45% -
HSV(B) 35.04º 0.75% 0.71% -
XYZ 27.1 24.8 5.84 -
YUV 132.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 182 125 45 0 0.31 0.75 0.29 35.04 0.6 0.45
Hex B6 7D 2D 0 1F 4B 1D 23 3C 2D
Octal 266 175 55 0 37 113 35 43 74 55
Binary 10110110 1111101 101101 0 11111 1001011 11101 100011 111100 101101

Color Harmonies of #B67D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D2D

Black with #B67D2D

Text Example


Text Example

White with #B67D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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