Html Css Color HEX #B1812A Mandalay

📋 copy color: '#B1812A'

red 177 ◦ green 129 ◦ blue 42

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

Shades of Mandalay #B1812A

Tints of Mandalay #B1812A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

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

R = 50.86%
G = 37.07%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1812A (or 0xB1812A) is known color: Mandalay. HEX triplet: B1, 81 and 2A. RGB value is (177,129,42). Sum of RGB (Red+Green+Blue) = 177+129+42=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1812A is #4E7ED5. Grayscale: #858585. Windows color (decimal): -5144278 or 2785713. OLE color: 2785713.

HSL color Cylindrical-coordinate representation of color #B1812A: hue angle of 38.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1812A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 42 -
CMYK 0 0.27 0.76 0.31
HSL 38.67º 0.62% 0.43% -
HSV(B) 38.67º 0.76% 0.69% -
XYZ 26.4 25.21 5.67 -
YUV 133.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 177 129 42 0 0.27 0.76 0.31 38.67 0.62 0.43
Hex B1 81 2A 0 1B 4C 1F 27 3E 2B
Octal 261 201 52 0 33 114 37 47 76 53
Binary 10110001 10000001 101010 0 11011 1001100 11111 100111 111110 101011

Color Harmonies of #B1812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1812A

Black with #B1812A

Text Example


Text Example

White with #B1812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1812A; }

 p { color: rgb(177,129,42); }

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

background-color css

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

 a { background-color: rgb(177,129,42); }

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

border-color css

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

 span { border-color: rgb(177,129,42); }

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