Html Css Color HEX #B4762F Mandalay

📋 copy color: '#B4762F'

red 180 ◦ green 118 ◦ blue 47

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

Shades of Mandalay #B4762F

Tints of Mandalay #B4762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 52.17%
G = 34.2%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4762F (or 0xB4762F) is known color: Mandalay. HEX triplet: B4, 76 and 2F. RGB value is (180,118,47). Sum of RGB (Red+Green+Blue) = 180+118+47=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4762F is #4B89D0. Grayscale: #808080. Windows color (decimal): -4950481 or 3110580. OLE color: 3110580.

HSL color Cylindrical-coordinate representation of color #B4762F: hue angle of 32.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4762F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 118 47 -
CMYK 0 0.34 0.74 0.29
HSL 32.03º 0.59% 0.45% -
HSV(B) 32.03º 0.74% 0.71% -
XYZ 25.81 22.87 5.74 -
YUV 128.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 180 118 47 0 0.34 0.74 0.29 32.03 0.59 0.45
Hex B4 76 2F 0 22 4A 1D 20 3B 2D
Octal 264 166 57 0 42 112 35 40 73 55
Binary 10110100 1110110 101111 0 100010 1001010 11101 100000 111011 101101

Color Harmonies of #B4762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4762F

Black with #B4762F

Text Example


Text Example

White with #B4762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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