Html Css Color HEX #B38229 Mandalay

📋 copy color: '#B38229'

red 179 ◦ green 130 ◦ blue 41

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

Shades of Mandalay #B38229

Tints of Mandalay #B38229

RGB

 RED value IS 179 (70.31% from 255) = 51.14%

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

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

R = 51.14%
G = 37.14%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B38229 (or 0xB38229) is known color: Mandalay. HEX triplet: B3, 82 and 29. RGB value is (179,130,41). Sum of RGB (Red+Green+Blue) = 179+130+41=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B38229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38229 is #4C7DD6. Grayscale: #868686. Windows color (decimal): -5012951 or 2720435. OLE color: 2720435.

HSL color Cylindrical-coordinate representation of color #B38229: hue angle of 38.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B38229 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 41 -
CMYK 0 0.27 0.77 0.30
HSL 38.7º 0.63% 0.43% -
HSV(B) 38.7º 0.77% 0.7% -
XYZ 26.97 25.71 5.64 -
YUV 134.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 179 130 41 0 0.27 0.77 0.30 38.7 0.63 0.43
Hex B3 82 29 0 1B 4D 1E 27 3F 2B
Octal 263 202 51 0 33 115 36 47 77 53
Binary 10110011 10000010 101001 0 11011 1001101 11110 100111 111111 101011

Color Harmonies of #B38229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38229

Black with #B38229

Text Example


Text Example

White with #B38229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38229; }

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

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

background-color css

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

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

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

border-color css

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

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

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