Html Css Color HEX #B3802A Mandalay

📋 copy color: '#B3802A'

red 179 ◦ green 128 ◦ blue 42

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

Shades of Mandalay #B3802A

Tints of Mandalay #B3802A

RGB

 RED value IS 179 (70.31% from 255) = 51.29%

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 51.29%
G = 36.68%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3802A (or 0xB3802A) is known color: Mandalay. HEX triplet: B3, 80 and 2A. RGB value is (179,128,42). Sum of RGB (Red+Green+Blue) = 179+128+42=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B3802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3802A is #4C7FD5. Grayscale: #858585. Windows color (decimal): -5013462 or 2785459. OLE color: 2785459.

HSL color Cylindrical-coordinate representation of color #B3802A: hue angle of 37.66º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3802A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 42 -
CMYK 0 0.28 0.77 0.30
HSL 37.66º 0.62% 0.43% -
HSV(B) 37.66º 0.77% 0.7% -
XYZ 26.73 25.19 5.64 -
YUV 133.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 179 128 42 0 0.28 0.77 0.30 37.66 0.62 0.43
Hex B3 80 2A 0 1C 4D 1E 26 3E 2B
Octal 263 200 52 0 34 115 36 46 76 53
Binary 10110011 10000000 101010 0 11100 1001101 11110 100110 111110 101011

Color Harmonies of #B3802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3802A

Black with #B3802A

Text Example


Text Example

White with #B3802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3802A; }

 p { color: rgb(179,128,42); }

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

background-color css

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

 a { background-color: rgb(179,128,42); }

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

border-color css

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

 span { border-color: rgb(179,128,42); }

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