Html Css Color HEX #B28024 Mandalay

📋 copy color: '#B28024'

red 178 ◦ green 128 ◦ blue 36

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

Shades of Mandalay #B28024

Tints of Mandalay #B28024

RGB

 RED value IS 178 (69.92% from 255) = 52.05%

 GREEN value IS 128 (50.39% from 255) = 37.43%

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

R = 52.05%
G = 37.43%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B28024 (or 0xB28024) is known color: Mandalay. HEX triplet: B2, 80 and 24. RGB value is (178,128,36). Sum of RGB (Red+Green+Blue) = 178+128+36=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B28024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28024 is #4D7FDB. Grayscale: #848484. Windows color (decimal): -5079004 or 2392242. OLE color: 2392242.

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

Color convert

RGB 178 128 36 -
CMYK 0 0.28 0.80 0.30
HSL 38.87º 0.66% 0.42% -
HSV(B) 38.87º 0.8% 0.7% -
XYZ 26.4 25.03 5.11 -
YUV 132.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 178 128 36 0 0.28 0.80 0.30 38.87 0.66 0.42
Hex B2 80 24 0 1C 50 1E 27 42 2A
Octal 262 200 44 0 34 120 36 47 102 52
Binary 10110010 10000000 100100 0 11100 1010000 11110 100111 1000010 101010

Color Harmonies of #B28024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28024

Black with #B28024

Text Example


Text Example

White with #B28024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28024; }

 p { color: rgb(178,128,36); }

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

background-color css

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

 a { background-color: rgb(178,128,36); }

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

border-color css

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

 span { border-color: rgb(178,128,36); }

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