Html Css Color HEX #B38227 Mandalay

📋 copy color: '#B38227'

red 179 ◦ green 130 ◦ blue 39

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

Shades of Mandalay #B38227

Tints of Mandalay #B38227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 51.44%
G = 37.36%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B38227 (or 0xB38227) is known color: Mandalay. HEX triplet: B3, 82 and 27. RGB value is (179,130,39). Sum of RGB (Red+Green+Blue) = 179+130+39=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B38227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38227 is #4C7DD8. Grayscale: #868686. Windows color (decimal): -5012953 or 2589363. OLE color: 2589363.

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

Color convert

RGB 179 130 39 -
CMYK 0 0.27 0.78 0.30
HSL 39º 0.64% 0.43% -
HSV(B) 39º 0.78% 0.7% -
XYZ 26.94 25.7 5.46 -
YUV 134.28 74.23 159.9 -
System Red Green Blue C M Y K H S L
Decimal 179 130 39 0 0.27 0.78 0.30 39 0.64 0.43
Hex B3 82 27 0 1B 4E 1E 27 40 2B
Octal 263 202 47 0 33 116 36 47 100 53
Binary 10110011 10000010 100111 0 11011 1001110 11110 100111 1000000 101011

Color Harmonies of #B38227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38227

Black with #B38227

Text Example


Text Example

White with #B38227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38227; }

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

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

background-color css

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

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

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

border-color css

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

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

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