Html Css Color HEX #B88326 Mandalay

📋 copy color: '#B88326'

red 184 ◦ green 131 ◦ blue 38

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

Shades of Mandalay #B88326

Tints of Mandalay #B88326

RGB

 RED value IS 184 (72.27% from 255) = 52.12%

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

 BLUE value IS 38 (15.23% from 255) = 10.76%

R = 52.12%
G = 37.11%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B88326 (or 0xB88326) is known color: Mandalay. HEX triplet: B8, 83 and 26. RGB value is (184,131,38). Sum of RGB (Red+Green+Blue) = 184+131+38=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B88326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88326 is #477CD9. Grayscale: #888888. Windows color (decimal): -4685018 or 2524088. OLE color: 2524088.

HSL color Cylindrical-coordinate representation of color #B88326: hue angle of 38.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B88326 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 38 -
CMYK 0 0.29 0.79 0.28
HSL 38.22º 0.66% 0.44% -
HSV(B) 38.22º 0.79% 0.72% -
XYZ 28.23 26.56 5.47 -
YUV 136.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 184 131 38 0 0.29 0.79 0.28 38.22 0.66 0.44
Hex B8 83 26 0 1D 4F 1C 26 42 2C
Octal 270 203 46 0 35 117 34 46 102 54
Binary 10111000 10000011 100110 0 11101 1001111 11100 100110 1000010 101100

Color Harmonies of #B88326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88326

Black with #B88326

Text Example


Text Example

White with #B88326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88326; }

 p { color: rgb(184,131,38); }

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

background-color css

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

 a { background-color: rgb(184,131,38); }

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

border-color css

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

 span { border-color: rgb(184,131,38); }

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