Html Css Color HEX #B68228 Mandalay

📋 copy color: '#B68228'

red 182 ◦ green 130 ◦ blue 40

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

Shades of Mandalay #B68228

Tints of Mandalay #B68228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 51.7%
G = 36.93%
B = 11.36%

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

#B68228 (or 0xB68228) is known color: Mandalay. HEX triplet: B6, 82 and 28. RGB value is (182,130,40). Sum of RGB (Red+Green+Blue) = 182+130+40=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B68228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68228 is #497DD7. Grayscale: #878787. Windows color (decimal): -4816344 or 2654902. OLE color: 2654902.

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

Color convert

RGB 182 130 40 -
CMYK 0 0.29 0.78 0.29
HSL 38.03º 0.64% 0.44% -
HSV(B) 38.03º 0.78% 0.71% -
XYZ 27.66 26.06 5.58 -
YUV 135.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 182 130 40 0 0.29 0.78 0.29 38.03 0.64 0.44
Hex B6 82 28 0 1D 4E 1D 26 40 2C
Octal 266 202 50 0 35 116 35 46 100 54
Binary 10110110 10000010 101000 0 11101 1001110 11101 100110 1000000 101100

Color Harmonies of #B68228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68228

Black with #B68228

Text Example


Text Example

White with #B68228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68228; }

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

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

background-color css

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

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

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

border-color css

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

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

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