Html Css Color HEX #B68028 Mandalay

📋 copy color: '#B68028'

red 182 ◦ green 128 ◦ blue 40

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

Shades of Mandalay #B68028

Tints of Mandalay #B68028

RGB

 RED value IS 182 (71.48% from 255) = 52%

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

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 52%
G = 36.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B68028 (or 0xB68028) is known color: Mandalay. HEX triplet: B6, 80 and 28. RGB value is (182,128,40). Sum of RGB (Red+Green+Blue) = 182+128+40=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B68028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68028 is #497FD7. Grayscale: #868686. Windows color (decimal): -4816856 or 2654390. OLE color: 2654390.

HSL color Cylindrical-coordinate representation of color #B68028: hue angle of 37.18º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B68028 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 40 -
CMYK 0 0.30 0.78 0.29
HSL 37.18º 0.64% 0.44% -
HSV(B) 37.18º 0.78% 0.71% -
XYZ 27.39 25.54 5.49 -
YUV 134.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 182 128 40 0 0.30 0.78 0.29 37.18 0.64 0.44
Hex B6 80 28 0 1E 4E 1D 25 40 2C
Octal 266 200 50 0 36 116 35 45 100 54
Binary 10110110 10000000 101000 0 11110 1001110 11101 100101 1000000 101100

Color Harmonies of #B68028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68028

Black with #B68028

Text Example


Text Example

White with #B68028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68028; }

 p { color: rgb(182,128,40); }

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

background-color css

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

 a { background-color: rgb(182,128,40); }

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

border-color css

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

 span { border-color: rgb(182,128,40); }

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