#B88926

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

Shades of Nugget #B88926

Tints of Nugget #B88926

Color information

#B88926 (or 0xB88926) is unknown color: approx Nugget. HEX triplet: B8, 89 and 26. RGB value is (184,137,38). Sum of RGB (Red+Green+Blue) = 184+137+38=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B88926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88926 is #4776D9. Grayscale: #8C8C8C. Windows color (decimal): -4683482 or 2525624. OLE color: 2525624.

HSL color Cylindrical-coordinate representation of color #B88926: hue angle of 40.68º 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 #B88926 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18413738-
CMYK00.260.790.28
HSL40.68º65.77%43.53%-
HSV(B)40.68º79.35%72.16%-
XYZ29.0628.225.75-
YUV139.7770.57159.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=51.25%
G=38.16%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841373800.260.790.2840.6865.7743.53
HexB8892601A4F1C29422c
Octal27021146032117345110254
Binary10111000100010011001100110101001111111001010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88926; }

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

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

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

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

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

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

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

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