Html Css Color HEX #B07937 Mandalay

📋 copy color: '#B07937'

red 176 ◦ green 121 ◦ blue 55

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

Shades of Mandalay #B07937

Tints of Mandalay #B07937

RGB

 RED value IS 176 (69.14% from 255) = 50%

 GREEN value IS 121 (47.66% from 255) = 34.38%

 BLUE value IS 55 (21.88% from 255) = 15.63%

R = 50%
G = 34.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B07937 (or 0xB07937) is known color: Mandalay. HEX triplet: B0, 79 and 37. RGB value is (176,121,55). Sum of RGB (Red+Green+Blue) = 176+121+55=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B07937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07937 is #4F86C8. Grayscale: #828282. Windows color (decimal): -5211849 or 3635632. OLE color: 3635632.

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

Color convert

RGB 176 121 55 -
CMYK 0 0.31 0.69 0.31
HSL 32.73º 0.52% 0.45% -
HSV(B) 32.73º 0.69% 0.69% -
XYZ 25.43 23.18 6.75 -
YUV 129.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 176 121 55 0 0.31 0.69 0.31 32.73 0.52 0.45
Hex B0 79 37 0 1F 45 1F 21 34 2D
Octal 260 171 67 0 37 105 37 41 64 55
Binary 10110000 1111001 110111 0 11111 1000101 11111 100001 110100 101101

Color Harmonies of #B07937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07937

Black with #B07937

Text Example


Text Example

White with #B07937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07937; }

 p { color: rgb(176,121,55); }

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

background-color css

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

 a { background-color: rgb(176,121,55); }

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

border-color css

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

 span { border-color: rgb(176,121,55); }

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