Html Css Color HEX #B68426 Mandalay

📋 copy color: '#B68426'

red 182 ◦ green 132 ◦ blue 38

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

Shades of Mandalay #B68426

Tints of Mandalay #B68426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

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

R = 51.7%
G = 37.5%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B68426 (or 0xB68426) is known color: Mandalay. HEX triplet: B6, 84 and 26. RGB value is (182,132,38). Sum of RGB (Red+Green+Blue) = 182+132+38=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B68426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68426 is #497BD9. Grayscale: #888888. Windows color (decimal): -4815834 or 2524342. OLE color: 2524342.

HSL color Cylindrical-coordinate representation of color #B68426: hue angle of 39.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B68426 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 38 -
CMYK 0 0.27 0.79 0.29
HSL 39.17º 0.65% 0.43% -
HSV(B) 39.17º 0.79% 0.71% -
XYZ 27.89 26.59 5.5 -
YUV 136.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 182 132 38 0 0.27 0.79 0.29 39.17 0.65 0.43
Hex B6 84 26 0 1B 4F 1D 27 41 2B
Octal 266 204 46 0 33 117 35 47 101 53
Binary 10110110 10000100 100110 0 11011 1001111 11101 100111 1000001 101011

Color Harmonies of #B68426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68426

Black with #B68426

Text Example


Text Example

White with #B68426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68426; }

 p { color: rgb(182,132,38); }

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

background-color css

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

 a { background-color: rgb(182,132,38); }

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

border-color css

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

 span { border-color: rgb(182,132,38); }

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