Html Css Color HEX #B07924 Mandalay

📋 copy color: '#B07924'

red 176 ◦ green 121 ◦ blue 36

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

Shades of Mandalay #B07924

Tints of Mandalay #B07924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 52.85%
G = 36.34%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B07924 (or 0xB07924) is known color: Mandalay. HEX triplet: B0, 79 and 24. RGB value is (176,121,36). Sum of RGB (Red+Green+Blue) = 176+121+36=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B07924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07924 is #4F86DB. Grayscale: #808080. Windows color (decimal): -5211868 or 2390448. OLE color: 2390448.

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

Color convert

RGB 176 121 36 -
CMYK 0 0.31 0.80 0.31
HSL 36.43º 0.66% 0.42% -
HSV(B) 36.43º 0.8% 0.69% -
XYZ 25.06 23.03 4.79 -
YUV 127.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 176 121 36 0 0.31 0.80 0.31 36.43 0.66 0.42
Hex B0 79 24 0 1F 50 1F 24 42 2A
Octal 260 171 44 0 37 120 37 44 102 52
Binary 10110000 1111001 100100 0 11111 1010000 11111 100100 1000010 101010

Color Harmonies of #B07924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07924

Black with #B07924

Text Example


Text Example

White with #B07924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07924; }

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

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

background-color css

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

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

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

border-color css

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

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

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