#B88A26

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

Shades of Nugget #B88A26

Tints of Nugget #B88A26

Color information

#B88A26 (or 0xB88A26) is unknown color: approx Nugget. HEX triplet: B8, 8A and 26. RGB value is (184,138,38). Sum of RGB (Red+Green+Blue) = 184+138+38=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A26 is #4775D9. Grayscale: #8C8C8C. Windows color (decimal): -4683226 or 2525880. OLE color: 2525880.

HSL color Cylindrical-coordinate representation of color #B88A26: hue angle of 41.1º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B88A26 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18413838-
CMYK00.250.790.28
HSL41.1º65.77%43.53%-
HSV(B)41.1º79.35%72.16%-
XYZ29.2128.515.8-
YUV140.3570.24159.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=51.11%
G=38.33%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841383800.250.790.2841.165.7743.53
HexB88A260194F1C29422c
Octal27021246031117345110254
Binary10111000100010101001100110011001111111001010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A26; }

 p { color: rgb(184,138,38); }

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

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

 a { background-color: rgb(184,138,38); }

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

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

 span { border-color: rgb(184,138,38); }

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