Html Css Color HEX #B1802F Mandalay

📋 copy color: '#B1802F'

red 177 ◦ green 128 ◦ blue 47

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

Shades of Mandalay #B1802F

Tints of Mandalay #B1802F

RGB

 RED value IS 177 (69.53% from 255) = 50.28%

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

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

R = 50.28%
G = 36.36%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1802F (or 0xB1802F) is known color: Mandalay. HEX triplet: B1, 80 and 2F. RGB value is (177,128,47). Sum of RGB (Red+Green+Blue) = 177+128+47=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1802F is #4E7FD0. Grayscale: #858585. Windows color (decimal): -5144529 or 3113137. OLE color: 3113137.

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

Color convert

RGB 177 128 47 -
CMYK 0 0.28 0.73 0.31
HSL 37.38º 0.58% 0.44% -
HSV(B) 37.38º 0.73% 0.69% -
XYZ 26.36 24.99 6.12 -
YUV 133.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 177 128 47 0 0.28 0.73 0.31 37.38 0.58 0.44
Hex B1 80 2F 0 1C 49 1F 25 3A 2C
Octal 261 200 57 0 34 111 37 45 72 54
Binary 10110001 10000000 101111 0 11100 1001001 11111 100101 111010 101100

Color Harmonies of #B1802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1802F

Black with #B1802F

Text Example


Text Example

White with #B1802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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