Html Css Color HEX #B0842D Mandalay

📋 copy color: '#B0842D'

red 176 ◦ green 132 ◦ blue 45

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

Shades of Mandalay #B0842D

Tints of Mandalay #B0842D

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

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

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

R = 49.86%
G = 37.39%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0842D (or 0xB0842D) is known color: Mandalay. HEX triplet: B0, 84 and 2D. RGB value is (176,132,45). Sum of RGB (Red+Green+Blue) = 176+132+45=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0842D is #4F7BD2. Grayscale: #878787. Windows color (decimal): -5209043 or 2983088. OLE color: 2983088.

HSL color Cylindrical-coordinate representation of color #B0842D: hue angle of 39.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0842D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 45 -
CMYK 0 0.25 0.74 0.31
HSL 39.85º 0.59% 0.43% -
HSV(B) 39.85º 0.74% 0.69% -
XYZ 26.63 25.92 6.08 -
YUV 135.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 176 132 45 0 0.25 0.74 0.31 39.85 0.59 0.43
Hex B0 84 2D 0 19 4A 1F 28 3B 2B
Octal 260 204 55 0 31 112 37 50 73 53
Binary 10110000 10000100 101101 0 11001 1001010 11111 101000 111011 101011

Color Harmonies of #B0842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0842D

Black with #B0842D

Text Example


Text Example

White with #B0842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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