#b48a2a

Color #B48A2A Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #B48A2A

Tints of Nugget #B48A2A

Color information

#B48A2A (or 0xB48A2A) is unknown color: approx Nugget. HEX triplet: B4, 8A and 2A. RGB value is (180,138,42). Sum of RGB (Red+Green+Blue) = 180+138+42=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A2A is #4B75D5. Grayscale: #8C8C8C. Windows color (decimal): -4945366 or 2788020. OLE color: 2788020.

HSL color Cylindrical-coordinate representation of color #B48A2A: hue angle of 41.74º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B48A2A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18013842-
CMYK00.230.770.29
HSL41.74º62.16%43.53%-
HSV(B)41.74º76.67%70.59%-
XYZ28.3328.056.11-
YUV139.6172.91156.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=50%
G=38.33%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801384200.230.770.2941.7462.1643.53
HexB48A2A0174D1D2a3e2c
Octal2642125202711535527654
Binary1011010010001010101010010111100110111101101010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48a2a; }

 p { color: rgb(180,138,42); }

 H1.HeaderClassName
 {
   color: #b48a2a;
 }
 .AnyTagClassName
 {
   color: #b48a2a;
 }
</style>
background-color css

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

 a { background-color: rgb(180,138,42); }

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

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

 span { border-color: rgb(180,138,42); }

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