Html Css Color HEX #B38525 Mandalay

📋 copy color: '#B38525'

red 179 ◦ green 133 ◦ blue 37

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

Shades of Mandalay #B38525

Tints of Mandalay #B38525

RGB

 RED value IS 179 (70.31% from 255) = 51.29%

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 37 (14.84% from 255) = 10.6%

R = 51.29%
G = 38.11%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B38525 (or 0xB38525) is known color: Mandalay. HEX triplet: B3, 85 and 25. RGB value is (179,133,37). Sum of RGB (Red+Green+Blue) = 179+133+37=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B38525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38525 is #4C7ADA. Grayscale: #888888. Windows color (decimal): -5012187 or 2459059. OLE color: 2459059.

HSL color Cylindrical-coordinate representation of color #B38525: hue angle of 40.56º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B38525 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 37 -
CMYK 0 0.26 0.79 0.30
HSL 40.56º 0.66% 0.42% -
HSV(B) 40.56º 0.79% 0.7% -
XYZ 27.31 26.49 5.42 -
YUV 135.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 179 133 37 0 0.26 0.79 0.30 40.56 0.66 0.42
Hex B3 85 25 0 1A 4F 1E 29 42 2A
Octal 263 205 45 0 32 117 36 51 102 52
Binary 10110011 10000101 100101 0 11010 1001111 11110 101001 1000010 101010

Color Harmonies of #B38525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38525

Black with #B38525

Text Example


Text Example

White with #B38525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38525; }

 p { color: rgb(179,133,37); }

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

background-color css

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

 a { background-color: rgb(179,133,37); }

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

border-color css

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

 span { border-color: rgb(179,133,37); }

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