Html Css Color HEX #B38629 Mandalay

📋 copy color: '#B38629'

red 179 ◦ green 134 ◦ blue 41

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

Shades of Mandalay #B38629

Tints of Mandalay #B38629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.85%

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

R = 50.56%
G = 37.85%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B38629 (or 0xB38629) is known color: Mandalay. HEX triplet: B3, 86 and 29. RGB value is (179,134,41). Sum of RGB (Red+Green+Blue) = 179+134+41=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B38629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38629 is #4C79D6. Grayscale: #898989. Windows color (decimal): -5011927 or 2721459. OLE color: 2721459.

HSL color Cylindrical-coordinate representation of color #B38629: hue angle of 40.43º 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 #B38629 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 41 -
CMYK 0 0.25 0.77 0.30
HSL 40.43º 0.63% 0.43% -
HSV(B) 40.43º 0.77% 0.7% -
XYZ 27.52 26.79 5.82 -
YUV 136.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 179 134 41 0 0.25 0.77 0.30 40.43 0.63 0.43
Hex B3 86 29 0 19 4D 1E 28 3F 2B
Octal 263 206 51 0 31 115 36 50 77 53
Binary 10110011 10000110 101001 0 11001 1001101 11110 101000 111111 101011

Color Harmonies of #B38629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38629

Black with #B38629

Text Example


Text Example

White with #B38629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38629; }

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

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

background-color css

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

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

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

border-color css

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

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

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