Html Css Color HEX #B68128 Mandalay

📋 copy color: '#B68128'

red 182 ◦ green 129 ◦ blue 40

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

Shades of Mandalay #B68128

Tints of Mandalay #B68128

RGB

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

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

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

R = 51.85%
G = 36.75%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B68128 (or 0xB68128) is known color: Mandalay. HEX triplet: B6, 81 and 28. RGB value is (182,129,40). Sum of RGB (Red+Green+Blue) = 182+129+40=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68128 is #497ED7. Grayscale: #878787. Windows color (decimal): -4816600 or 2654646. OLE color: 2654646.

HSL color Cylindrical-coordinate representation of color #B68128: hue angle of 37.61º 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 #B68128 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 129 40 -
CMYK 0 0.29 0.78 0.29
HSL 37.61º 0.64% 0.44% -
HSV(B) 37.61º 0.78% 0.71% -
XYZ 27.52 25.8 5.54 -
YUV 134.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 182 129 40 0 0.29 0.78 0.29 37.61 0.64 0.44
Hex B6 81 28 0 1D 4E 1D 26 40 2C
Octal 266 201 50 0 35 116 35 46 100 54
Binary 10110110 10000001 101000 0 11101 1001110 11101 100110 1000000 101100

Color Harmonies of #B68128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68128

Black with #B68128

Text Example


Text Example

White with #B68128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68128; }

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

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

background-color css

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

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

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

border-color css

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

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

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