Html Css Color HEX #B4842D Mandalay

📋 copy color: '#B4842D'

red 180 ◦ green 132 ◦ blue 45

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

Shades of Mandalay #B4842D

Tints of Mandalay #B4842D

RGB

 RED value IS 180 (70.7% from 255) = 50.42%

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 50.42%
G = 36.97%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4842D (or 0xB4842D) is known color: Mandalay. HEX triplet: B4, 84 and 2D. RGB value is (180,132,45). Sum of RGB (Red+Green+Blue) = 180+132+45=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4842D is #4B7BD2. Grayscale: #888888. Windows color (decimal): -4946899 or 2983092. OLE color: 2983092.

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

Color convert

RGB 180 132 45 -
CMYK 0 0.27 0.75 0.29
HSL 38.67º 0.6% 0.44% -
HSV(B) 38.67º 0.75% 0.71% -
XYZ 27.55 26.4 6.13 -
YUV 136.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 180 132 45 0 0.27 0.75 0.29 38.67 0.6 0.44
Hex B4 84 2D 0 1B 4B 1D 27 3C 2C
Octal 264 204 55 0 33 113 35 47 74 54
Binary 10110100 10000100 101101 0 11011 1001011 11101 100111 111100 101100

Color Harmonies of #B4842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4842D

Black with #B4842D

Text Example


Text Example

White with #B4842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4842D; }

 p { color: rgb(180,132,45); }

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

background-color css

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

 a { background-color: rgb(180,132,45); }

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

border-color css

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

 span { border-color: rgb(180,132,45); }

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