#BF8A26

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

Shades of Nugget #BF8A26

Tints of Nugget #BF8A26

Color information

#BF8A26 (or 0xBF8A26) is unknown color: approx Nugget. HEX triplet: BF, 8A and 26. RGB value is (191,138,38). Sum of RGB (Red+Green+Blue) = 191+138+38=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8A26 is #4075D9. Grayscale: #8E8E8E. Windows color (decimal): -4224474 or 2525887. OLE color: 2525887.

HSL color Cylindrical-coordinate representation of color #BF8A26: hue angle of 39.22º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF8A26 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19113838-
CMYK00.280.800.25
HSL39.22º66.81%44.9%-
HSV(B)39.22º80.1%74.9%-
XYZ30.9229.395.88-
YUV142.4569.06162.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=52.04%
G=37.60%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911383800.280.800.2539.2266.8144.9
HexBF8A2601C501927432d
Octal27721246034120314710355
Binary10111111100010101001100111001010000110011001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A26; }

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

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

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

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

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

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

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

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