Html Css Color HEX #B68328 Mandalay

📋 copy color: '#B68328'

red 182 ◦ green 131 ◦ blue 40

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

Shades of Mandalay #B68328

Tints of Mandalay #B68328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 51.56%
G = 37.11%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B68328 (or 0xB68328) is known color: Mandalay. HEX triplet: B6, 83 and 28. RGB value is (182,131,40). Sum of RGB (Red+Green+Blue) = 182+131+40=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B68328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68328 is #497CD7. Grayscale: #888888. Windows color (decimal): -4816088 or 2655158. OLE color: 2655158.

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

Color convert

RGB 182 131 40 -
CMYK 0 0.28 0.78 0.29
HSL 38.45º 0.64% 0.44% -
HSV(B) 38.45º 0.78% 0.71% -
XYZ 27.79 26.33 5.63 -
YUV 135.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 182 131 40 0 0.28 0.78 0.29 38.45 0.64 0.44
Hex B6 83 28 0 1C 4E 1D 26 40 2C
Octal 266 203 50 0 34 116 35 46 100 54
Binary 10110110 10000011 101000 0 11100 1001110 11101 100110 1000000 101100

Color Harmonies of #B68328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68328

Black with #B68328

Text Example


Text Example

White with #B68328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68328; }

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

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

background-color css

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

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

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

border-color css

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

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

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