Html Css Color HEX #B68229 Mandalay

📋 copy color: '#B68229'

red 182 ◦ green 130 ◦ blue 41

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

Shades of Mandalay #B68229

Tints of Mandalay #B68229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 51.56%
G = 36.83%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B68229 (or 0xB68229) is known color: Mandalay. HEX triplet: B6, 82 and 29. RGB value is (182,130,41). Sum of RGB (Red+Green+Blue) = 182+130+41=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B68229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68229 is #497DD6. Grayscale: #878787. Windows color (decimal): -4816343 or 2720438. OLE color: 2720438.

HSL color Cylindrical-coordinate representation of color #B68229: hue angle of 37.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B68229 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 41 -
CMYK 0 0.29 0.77 0.29
HSL 37.87º 0.63% 0.44% -
HSV(B) 37.87º 0.77% 0.71% -
XYZ 27.67 26.07 5.67 -
YUV 135.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 182 130 41 0 0.29 0.77 0.29 37.87 0.63 0.44
Hex B6 82 29 0 1D 4D 1D 26 3F 2C
Octal 266 202 51 0 35 115 35 46 77 54
Binary 10110110 10000010 101001 0 11101 1001101 11101 100110 111111 101100

Color Harmonies of #B68229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68229

Black with #B68229

Text Example


Text Example

White with #B68229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68229; }

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

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

background-color css

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

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

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

border-color css

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

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

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