Html Css Color HEX #B28022 Mandalay

📋 copy color: '#B28022'

red 178 ◦ green 128 ◦ blue 34

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

Shades of Mandalay #B28022

Tints of Mandalay #B28022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10%

R = 52.35%
G = 37.65%
B = 10%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28022 (or 0xB28022) is known color: Mandalay. HEX triplet: B2, 80 and 22. RGB value is (178,128,34). Sum of RGB (Red+Green+Blue) = 178+128+34=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B28022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28022 is #4D7FDD. Grayscale: #848484. Windows color (decimal): -5079006 or 2261170. OLE color: 2261170.

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

Color convert

RGB 178 128 34 -
CMYK 0 0.28 0.81 0.30
HSL 39.17º 0.68% 0.42% -
HSV(B) 39.17º 0.81% 0.7% -
XYZ 26.37 25.02 4.95 -
YUV 132.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 178 128 34 0 0.28 0.81 0.30 39.17 0.68 0.42
Hex B2 80 22 0 1C 51 1E 27 44 2A
Octal 262 200 42 0 34 121 36 47 104 52
Binary 10110010 10000000 100010 0 11100 1010001 11110 100111 1000100 101010

Color Harmonies of #B28022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28022

Black with #B28022

Text Example


Text Example

White with #B28022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28022; }

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

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

background-color css

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

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

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

border-color css

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

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

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