Html Css Color HEX #B3802F Mandalay

📋 copy color: '#B3802F'

red 179 ◦ green 128 ◦ blue 47

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

Shades of Mandalay #B3802F

Tints of Mandalay #B3802F

RGB

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

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

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

R = 50.56%
G = 36.16%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3802F (or 0xB3802F) is known color: Mandalay. HEX triplet: B3, 80 and 2F. RGB value is (179,128,47). Sum of RGB (Red+Green+Blue) = 179+128+47=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3802F is #4C7FD0. Grayscale: #868686. Windows color (decimal): -5013457 or 3113139. OLE color: 3113139.

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

Color convert

RGB 179 128 47 -
CMYK 0 0.28 0.74 0.30
HSL 36.82º 0.58% 0.44% -
HSV(B) 36.82º 0.74% 0.7% -
XYZ 26.82 25.23 6.14 -
YUV 134.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 179 128 47 0 0.28 0.74 0.30 36.82 0.58 0.44
Hex B3 80 2F 0 1C 4A 1E 25 3A 2C
Octal 263 200 57 0 34 112 36 45 72 54
Binary 10110011 10000000 101111 0 11100 1001010 11110 100101 111010 101100

Color Harmonies of #B3802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3802F

Black with #B3802F

Text Example


Text Example

White with #B3802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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