Html Css Color HEX #B4802B Mandalay

📋 copy color: '#B4802B'

red 180 ◦ green 128 ◦ blue 43

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

Shades of Mandalay #B4802B

Tints of Mandalay #B4802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 51.28%
G = 36.47%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4802B (or 0xB4802B) is known color: Mandalay. HEX triplet: B4, 80 and 2B. RGB value is (180,128,43). Sum of RGB (Red+Green+Blue) = 180+128+43=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4802B is #4B7FD4. Grayscale: #868686. Windows color (decimal): -4947925 or 2850996. OLE color: 2850996.

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

Color convert

RGB 180 128 43 -
CMYK 0 0.29 0.76 0.29
HSL 37.23º 0.61% 0.44% -
HSV(B) 37.23º 0.76% 0.71% -
XYZ 26.98 25.32 5.75 -
YUV 133.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 180 128 43 0 0.29 0.76 0.29 37.23 0.61 0.44
Hex B4 80 2B 0 1D 4C 1D 25 3D 2C
Octal 264 200 53 0 35 114 35 45 75 54
Binary 10110100 10000000 101011 0 11101 1001100 11101 100101 111101 101100

Color Harmonies of #B4802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4802B

Black with #B4802B

Text Example


Text Example

White with #B4802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4802B; }

 p { color: rgb(180,128,43); }

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

background-color css

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

 a { background-color: rgb(180,128,43); }

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

border-color css

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

 span { border-color: rgb(180,128,43); }

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