Html Css Color HEX #B18430 Mandalay

📋 copy color: '#B18430'

red 177 ◦ green 132 ◦ blue 48

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

Shades of Mandalay #B18430

Tints of Mandalay #B18430

RGB

 RED value IS 177 (69.53% from 255) = 49.58%

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 48 (19.14% from 255) = 13.45%

R = 49.58%
G = 36.97%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B18430 (or 0xB18430) is known color: Mandalay. HEX triplet: B1, 84 and 30. RGB value is (177,132,48). Sum of RGB (Red+Green+Blue) = 177+132+48=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B18430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18430 is #4E7BCF. Grayscale: #888888. Windows color (decimal): -5143504 or 3179697. OLE color: 3179697.

HSL color Cylindrical-coordinate representation of color #B18430: hue angle of 39.07º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B18430 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 48 -
CMYK 0 0.25 0.73 0.31
HSL 39.07º 0.57% 0.44% -
HSV(B) 39.07º 0.73% 0.69% -
XYZ 26.92 26.06 6.41 -
YUV 135.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 177 132 48 0 0.25 0.73 0.31 39.07 0.57 0.44
Hex B1 84 30 0 19 49 1F 27 39 2C
Octal 261 204 60 0 31 111 37 47 71 54
Binary 10110001 10000100 110000 0 11001 1001001 11111 100111 111001 101100

Color Harmonies of #B18430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18430

Black with #B18430

Text Example


Text Example

White with #B18430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18430; }

 p { color: rgb(177,132,48); }

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

background-color css

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

 a { background-color: rgb(177,132,48); }

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

border-color css

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

 span { border-color: rgb(177,132,48); }

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