Html Css Color HEX #B4762D Mandalay

📋 copy color: '#B4762D'

red 180 ◦ green 118 ◦ blue 45

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

Shades of Mandalay #B4762D

Tints of Mandalay #B4762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 52.48%
G = 34.4%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4762D (or 0xB4762D) is known color: Mandalay. HEX triplet: B4, 76 and 2D. RGB value is (180,118,45). Sum of RGB (Red+Green+Blue) = 180+118+45=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4762D is #4B89D2. Grayscale: #808080. Windows color (decimal): -4950483 or 2979508. OLE color: 2979508.

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

Color convert

RGB 180 118 45 -
CMYK 0 0.34 0.75 0.29
HSL 32.44º 0.6% 0.44% -
HSV(B) 32.44º 0.75% 0.71% -
XYZ 25.77 22.85 5.53 -
YUV 128.22 81.04 164.94 -
System Red Green Blue C M Y K H S L
Decimal 180 118 45 0 0.34 0.75 0.29 32.44 0.6 0.44
Hex B4 76 2D 0 22 4B 1D 20 3C 2C
Octal 264 166 55 0 42 113 35 40 74 54
Binary 10110100 1110110 101101 0 100010 1001011 11101 100000 111100 101100

Color Harmonies of #B4762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4762D

Black with #B4762D

Text Example


Text Example

White with #B4762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4762D; }

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

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

background-color css

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

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

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

border-color css

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

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

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