Html Css Color HEX #B08524 Mandalay

📋 copy color: '#B08524'

red 176 ◦ green 133 ◦ blue 36

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

Shades of Mandalay #B08524

Tints of Mandalay #B08524

RGB

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

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

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

R = 51.01%
G = 38.55%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B08524 (or 0xB08524) is known color: Mandalay. HEX triplet: B0, 85 and 24. RGB value is (176,133,36). Sum of RGB (Red+Green+Blue) = 176+133+36=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B08524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08524 is #4F7ADB. Grayscale: #878787. Windows color (decimal): -5208796 or 2393520. OLE color: 2393520.

HSL color Cylindrical-coordinate representation of color #B08524: hue angle of 41.57º 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 #B08524 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 133 36 -
CMYK 0 0.24 0.80 0.31
HSL 41.57º 0.66% 0.42% -
HSV(B) 41.57º 0.8% 0.69% -
XYZ 26.61 26.13 5.31 -
YUV 134.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 176 133 36 0 0.24 0.80 0.31 41.57 0.66 0.42
Hex B0 85 24 0 18 50 1F 2A 42 2A
Octal 260 205 44 0 30 120 37 52 102 52
Binary 10110000 10000101 100100 0 11000 1010000 11111 101010 1000010 101010

Color Harmonies of #B08524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08524

Black with #B08524

Text Example


Text Example

White with #B08524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08524; }

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

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

background-color css

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

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

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

border-color css

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

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

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