Html Css Color HEX #B47B2D Mandalay

📋 copy color: '#B47B2D'

red 180 ◦ green 123 ◦ blue 45

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

Shades of Mandalay #B47B2D

Tints of Mandalay #B47B2D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 51.72%
G = 35.34%
B = 12.93%

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

#B47B2D (or 0xB47B2D) is known color: Mandalay. HEX triplet: B4, 7B and 2D. RGB value is (180,123,45). Sum of RGB (Red+Green+Blue) = 180+123+45=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B2D is #4B84D2. Grayscale: #838383. Windows color (decimal): -4949203 or 2980788. OLE color: 2980788.

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

Color convert

RGB 180 123 45 -
CMYK 0 0.32 0.75 0.29
HSL 34.67º 0.6% 0.44% -
HSV(B) 34.67º 0.75% 0.71% -
XYZ 26.38 24.06 5.74 -
YUV 131.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 180 123 45 0 0.32 0.75 0.29 34.67 0.6 0.44
Hex B4 7B 2D 0 20 4B 1D 23 3C 2C
Octal 264 173 55 0 40 113 35 43 74 54
Binary 10110100 1111011 101101 0 100000 1001011 11101 100011 111100 101100

Color Harmonies of #B47B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B2D

Black with #B47B2D

Text Example


Text Example

White with #B47B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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