Html Css Color HEX #B68428 Mandalay

📋 copy color: '#B68428'

red 182 ◦ green 132 ◦ blue 40

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

Shades of Mandalay #B68428

Tints of Mandalay #B68428

RGB

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

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

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

R = 51.41%
G = 37.29%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B68428 (or 0xB68428) is known color: Mandalay. HEX triplet: B6, 84 and 28. RGB value is (182,132,40). Sum of RGB (Red+Green+Blue) = 182+132+40=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B68428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68428 is #497BD7. Grayscale: #888888. Windows color (decimal): -4815832 or 2655414. OLE color: 2655414.

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

Color convert

RGB 182 132 40 -
CMYK 0 0.27 0.78 0.29
HSL 38.87º 0.64% 0.44% -
HSV(B) 38.87º 0.78% 0.71% -
XYZ 27.93 26.6 5.67 -
YUV 136.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 182 132 40 0 0.27 0.78 0.29 38.87 0.64 0.44
Hex B6 84 28 0 1B 4E 1D 27 40 2C
Octal 266 204 50 0 33 116 35 47 100 54
Binary 10110110 10000100 101000 0 11011 1001110 11101 100111 1000000 101100

Color Harmonies of #B68428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68428

Black with #B68428

Text Example


Text Example

White with #B68428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68428; }

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

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

background-color css

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

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

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

border-color css

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

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

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