Html Css Color HEX #B08130 Mandalay

📋 copy color: '#B08130'

red 176 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #B08130

Tints of Mandalay #B08130

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 49.86%
G = 36.54%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B08130 (or 0xB08130) is known color: Mandalay. HEX triplet: B0, 81 and 30. RGB value is (176,129,48). Sum of RGB (Red+Green+Blue) = 176+129+48=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B08130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08130 is #4F7ECF. Grayscale: #868686. Windows color (decimal): -5209808 or 3178928. OLE color: 3178928.

HSL color Cylindrical-coordinate representation of color #B08130: hue angle of 37.97º 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 #B08130 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 48 -
CMYK 0 0.27 0.73 0.31
HSL 37.97º 0.57% 0.44% -
HSV(B) 37.97º 0.73% 0.69% -
XYZ 26.29 25.14 6.26 -
YUV 133.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 176 129 48 0 0.27 0.73 0.31 37.97 0.57 0.44
Hex B0 81 30 0 1B 49 1F 26 39 2C
Octal 260 201 60 0 33 111 37 46 71 54
Binary 10110000 10000001 110000 0 11011 1001001 11111 100110 111001 101100

Color Harmonies of #B08130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08130

Black with #B08130

Text Example


Text Example

White with #B08130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08130; }

 p { color: rgb(176,129,48); }

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

background-color css

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

 a { background-color: rgb(176,129,48); }

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

border-color css

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

 span { border-color: rgb(176,129,48); }

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