Html Css Color HEX #B28122 Mandalay

📋 copy color: '#B28122'

red 178 ◦ green 129 ◦ blue 34

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

Shades of Mandalay #B28122

Tints of Mandalay #B28122

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

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

R = 52.2%
G = 37.83%
B = 9.97%

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

#B28122 (or 0xB28122) is known color: Mandalay. HEX triplet: B2, 81 and 22. RGB value is (178,129,34). Sum of RGB (Red+Green+Blue) = 178+129+34=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B28122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28122 is #4D7EDD. Grayscale: #858585. Windows color (decimal): -5078750 or 2261426. OLE color: 2261426.

HSL color Cylindrical-coordinate representation of color #B28122: hue angle of 39.58º 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 #B28122 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 34 -
CMYK 0 0.28 0.81 0.30
HSL 39.58º 0.68% 0.42% -
HSV(B) 39.58º 0.81% 0.7% -
XYZ 26.5 25.28 5 -
YUV 132.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 178 129 34 0 0.28 0.81 0.30 39.58 0.68 0.42
Hex B2 81 22 0 1C 51 1E 28 44 2A
Octal 262 201 42 0 34 121 36 50 104 52
Binary 10110010 10000001 100010 0 11100 1010001 11110 101000 1000100 101010

Color Harmonies of #B28122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28122

Black with #B28122

Text Example


Text Example

White with #B28122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28122; }

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

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

background-color css

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

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

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

border-color css

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

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

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