#B38A2A

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

Shades of Nugget #B38A2A

Tints of Nugget #B38A2A

Color information

#B38A2A (or 0xB38A2A) is unknown color: approx Nugget. HEX triplet: B3, 8A and 2A. RGB value is (179,138,42). Sum of RGB (Red+Green+Blue) = 179+138+42=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A2A is #4C75D5. Grayscale: #8B8B8B. Windows color (decimal): -5010902 or 2788019. OLE color: 2788019.

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

Color convert

RGB17913842-
CMYK00.230.770.30
HSL42.04º61.99%43.33%-
HSV(B)42.04º76.54%70.2%-
XYZ28.127.936.1-
YUV139.3273.08156.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=49.86%
G=38.44%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791384200.230.770.3042.0461.9943.33
HexB38A2A0174D1E2a3e2b
Octal2632125202711536527653
Binary1011001110001010101010010111100110111110101010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A2A; }

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

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

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

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

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

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

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

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