Html Css Color HEX #B28038 Mandalay

📋 copy color: '#B28038'

red 178 ◦ green 128 ◦ blue 56

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

Shades of Mandalay #B28038

Tints of Mandalay #B28038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.47%

R = 49.17%
G = 35.36%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B28038 (or 0xB28038) is known color: Mandalay. HEX triplet: B2, 80 and 38. RGB value is (178,128,56). Sum of RGB (Red+Green+Blue) = 178+128+56=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B28038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28038 is #4D7FC7. Grayscale: #878787. Windows color (decimal): -5078984 or 3702962. OLE color: 3702962.

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

Color convert

RGB 178 128 56 -
CMYK 0 0.28 0.69 0.30
HSL 35.41º 0.52% 0.46% -
HSV(B) 35.41º 0.69% 0.7% -
XYZ 26.79 25.19 7.19 -
YUV 134.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 178 128 56 0 0.28 0.69 0.30 35.41 0.52 0.46
Hex B2 80 38 0 1C 45 1E 23 34 2E
Octal 262 200 70 0 34 105 36 43 64 56
Binary 10110010 10000000 111000 0 11100 1000101 11110 100011 110100 101110

Color Harmonies of #B28038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28038

Black with #B28038

Text Example


Text Example

White with #B28038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28038; }

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

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

background-color css

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

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

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

border-color css

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

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

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