Html Css Color HEX #B97E2A Mandalay

📋 copy color: '#B97E2A'

red 185 ◦ green 126 ◦ blue 42

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

Shades of Mandalay #B97E2A

Tints of Mandalay #B97E2A

RGB

 RED value IS 185 (72.66% from 255) = 52.41%

 GREEN value IS 126 (49.61% from 255) = 35.69%

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

R = 52.41%
G = 35.69%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B97E2A (or 0xB97E2A) is known color: Mandalay. HEX triplet: B9, 7E and 2A. RGB value is (185,126,42). Sum of RGB (Red+Green+Blue) = 185+126+42=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97E2A is #4681D5. Grayscale: #868686. Windows color (decimal): -4620758 or 2784953. OLE color: 2784953.

HSL color Cylindrical-coordinate representation of color #B97E2A: hue angle of 35.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B97E2A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 42 -
CMYK 0 0.32 0.77 0.27
HSL 35.24º 0.63% 0.45% -
HSV(B) 35.24º 0.77% 0.73% -
XYZ 27.89 25.4 5.62 -
YUV 134.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 185 126 42 0 0.32 0.77 0.27 35.24 0.63 0.45
Hex B9 7E 2A 0 20 4D 1B 23 3F 2D
Octal 271 176 52 0 40 115 33 43 77 55
Binary 10111001 1111110 101010 0 100000 1001101 11011 100011 111111 101101

Color Harmonies of #B97E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E2A

Black with #B97E2A

Text Example


Text Example

White with #B97E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E2A; }

 p { color: rgb(185,126,42); }

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

background-color css

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

 a { background-color: rgb(185,126,42); }

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

border-color css

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

 span { border-color: rgb(185,126,42); }

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