Html Css Color HEX #B28123 Mandalay

📋 copy color: '#B28123'

red 178 ◦ green 129 ◦ blue 35

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

Shades of Mandalay #B28123

Tints of Mandalay #B28123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.23%

R = 52.05%
G = 37.72%
B = 10.23%

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

#B28123 (or 0xB28123) is known color: Mandalay. HEX triplet: B2, 81 and 23. RGB value is (178,129,35). Sum of RGB (Red+Green+Blue) = 178+129+35=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B28123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28123 is #4D7EDC. Grayscale: #858585. Windows color (decimal): -5078749 or 2326962. OLE color: 2326962.

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

Color convert

RGB 178 129 35 -
CMYK 0 0.28 0.80 0.30
HSL 39.44º 0.67% 0.42% -
HSV(B) 39.44º 0.8% 0.7% -
XYZ 26.51 25.29 5.07 -
YUV 132.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 178 129 35 0 0.28 0.80 0.30 39.44 0.67 0.42
Hex B2 81 23 0 1C 50 1E 27 43 2A
Octal 262 201 43 0 34 120 36 47 103 52
Binary 10110010 10000001 100011 0 11100 1010000 11110 100111 1000011 101010

Color Harmonies of #B28123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28123

Black with #B28123

Text Example


Text Example

White with #B28123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28123; }

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

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

background-color css

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

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

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

border-color css

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

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

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